Html Css Color HEX #AD8D82 Brandy Rose

📋 copy color: '#AD8D82'

red 173 ◦ green 141 ◦ blue 130

#AD8D82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #AD8D82

Tints of Brandy Rose #AD8D82

RGB

 RED value IS 173 (67.97% from 255) = 38.96%

 GREEN value IS 141 (55.47% from 255) = 31.76%

 BLUE value IS 130 (51.17% from 255) = 29.28%

R = 38.96%
G = 31.76%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD8D82 (or 0xAD8D82) is known color: Brandy Rose. HEX triplet: AD, 8D and 82. RGB value is (173,141,130). Sum of RGB (Red+Green+Blue) = 173+141+130=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D82 is #52727D. Grayscale: #959595. Windows color (decimal): -5403262 or 8555949. OLE color: 8555949.

HSL color Cylindrical-coordinate representation of color #AD8D82: hue angle of 15.35º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8D82 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 141 130 -
CMYK 0 0.18 0.25 0.32
HSL 15.35º 0.21% 0.59% -
HSV(B) 15.35º 0.25% 0.68% -
XYZ 30.79 29.55 25.2 -
YUV 149.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 173 141 130 0 0.18 0.25 0.32 15.35 0.21 0.59
Hex AD 8D 82 0 12 19 20 F 15 3B
Octal 255 215 202 0 22 31 40 17 25 73
Binary 10101101 10001101 10000010 0 10010 11001 100000 1111 10101 111011

Color Harmonies of #AD8D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D82

Black with #AD8D82

Text Example


Text Example

White with #AD8D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D82; }

 p { color: rgb(173,141,130); }

 H1.HeaderClassName
 {
   color: #AD8D82;
 }
 .AnyTagClassName
 {
   color: #AD8D82;
 }
</style>

background-color css

<style>
 a { background-color: #AD8D82; }

 a { background-color: rgb(173,141,130); }

 div.DivClassName
 {
   background-color: #AD8D82;
 }
 .BgClassName
 {
   background-color: #AD8D82;
 }
</style>

border-color css

<style>
 span { border-color: #AD8D82; }

 span { border-color: rgb(173,141,130); }

 td.TdClassName
 {
   border-color: #AD8D82;
 }
 .TagClassName
 {
   border-color: #AD8D82;
 }
</style>