Html Css Color HEX #AC8077 Brandy Rose

📋 copy color: '#AC8077'

red 172 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #AC8077

Tints of Brandy Rose #AC8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 41.05%
G = 30.55%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8077 (or 0xAC8077) is known color: Brandy Rose. HEX triplet: AC, 80 and 77. RGB value is (172,128,119). Sum of RGB (Red+Green+Blue) = 172+128+119=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8077 is #537F88. Grayscale: #8C8C8C. Windows color (decimal): -5472137 or 7831724. OLE color: 7831724.

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

Color convert

RGB 172 128 119 -
CMYK 0 0.26 0.31 0.33
HSL 10.19º 0.24% 0.57% -
HSV(B) 10.19º 0.31% 0.67% -
XYZ 28.06 25.54 20.9 -
YUV 140.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 172 128 119 0 0.26 0.31 0.33 10.19 0.24 0.57
Hex AC 80 77 0 1A 1F 21 A 18 39
Octal 254 200 167 0 32 37 41 12 30 71
Binary 10101100 10000000 1110111 0 11010 11111 100001 1010 11000 111001

Color Harmonies of #AC8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8077

Black with #AC8077

Text Example


Text Example

White with #AC8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8077; }

 p { color: rgb(172,128,119); }

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

background-color css

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

 a { background-color: rgb(172,128,119); }

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

border-color css

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

 span { border-color: rgb(172,128,119); }

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