Html Css Color HEX #AC8C82 Brandy Rose

📋 copy color: '#AC8C82'

red 172 ◦ green 140 ◦ blue 130

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

Shades of Brandy Rose #AC8C82

Tints of Brandy Rose #AC8C82

RGB

 RED value IS 172 (67.58% from 255) = 38.91%

 GREEN value IS 140 (55.08% from 255) = 31.67%

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

R = 38.91%
G = 31.67%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC8C82 (or 0xAC8C82) is known color: Brandy Rose. HEX triplet: AC, 8C and 82. RGB value is (172,140,130). Sum of RGB (Red+Green+Blue) = 172+140+130=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C82 is #53737D. Grayscale: #949494. Windows color (decimal): -5469054 or 8555692. OLE color: 8555692.

HSL color Cylindrical-coordinate representation of color #AC8C82: hue angle of 14.29º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8C82 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 140 130 -
CMYK 0 0.19 0.24 0.33
HSL 14.29º 0.2% 0.59% -
HSV(B) 14.29º 0.24% 0.67% -
XYZ 30.42 29.14 25.14 -
YUV 148.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 172 140 130 0 0.19 0.24 0.33 14.29 0.2 0.59
Hex AC 8C 82 0 13 18 21 E 14 3B
Octal 254 214 202 0 23 30 41 16 24 73
Binary 10101100 10001100 10000010 0 10011 11000 100001 1110 10100 111011

Color Harmonies of #AC8C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C82

Black with #AC8C82

Text Example


Text Example

White with #AC8C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C82; }

 p { color: rgb(172,140,130); }

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

background-color css

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

 a { background-color: rgb(172,140,130); }

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

border-color css

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

 span { border-color: rgb(172,140,130); }

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