Html Css Color HEX #AC8777 Brandy Rose

📋 copy color: '#AC8777'

red 172 ◦ green 135 ◦ blue 119

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

Shades of Brandy Rose #AC8777

Tints of Brandy Rose #AC8777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.69%

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

R = 40.38%
G = 31.69%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8777 (or 0xAC8777) is known color: Brandy Rose. HEX triplet: AC, 87 and 77. RGB value is (172,135,119). Sum of RGB (Red+Green+Blue) = 172+135+119=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8777 is #537888. Grayscale: #909090. Windows color (decimal): -5470345 or 7833516. OLE color: 7833516.

HSL color Cylindrical-coordinate representation of color #AC8777: hue angle of 18.11º 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 #AC8777 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 135 119 -
CMYK 0 0.22 0.31 0.33
HSL 18.11º 0.24% 0.57% -
HSV(B) 18.11º 0.31% 0.67% -
XYZ 29.01 27.43 21.22 -
YUV 144.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 172 135 119 0 0.22 0.31 0.33 18.11 0.24 0.57
Hex AC 87 77 0 16 1F 21 12 18 39
Octal 254 207 167 0 26 37 41 22 30 71
Binary 10101100 10000111 1110111 0 10110 11111 100001 10010 11000 111001

Color Harmonies of #AC8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8777

Black with #AC8777

Text Example


Text Example

White with #AC8777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8777; }

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

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

background-color css

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

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

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

border-color css

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

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

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