Html Css Color HEX #AC8B7E Brandy Rose

📋 copy color: '#AC8B7E'

red 172 ◦ green 139 ◦ blue 126

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

Shades of Brandy Rose #AC8B7E

Tints of Brandy Rose #AC8B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.81%

 BLUE value IS 126 (49.61% from 255) = 28.83%

R = 39.36%
G = 31.81%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC8B7E (or 0xAC8B7E) is known color: Brandy Rose. HEX triplet: AC, 8B and 7E. RGB value is (172,139,126). Sum of RGB (Red+Green+Blue) = 172+139+126=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B7E is #537481. Grayscale: #939393. Windows color (decimal): -5469314 or 8293292. OLE color: 8293292.

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

Color convert

RGB 172 139 126 -
CMYK 0 0.19 0.27 0.33
HSL 16.96º 0.22% 0.58% -
HSV(B) 16.96º 0.27% 0.67% -
XYZ 30.01 28.74 23.7 -
YUV 147.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 172 139 126 0 0.19 0.27 0.33 16.96 0.22 0.58
Hex AC 8B 7E 0 13 1B 21 11 16 3A
Octal 254 213 176 0 23 33 41 21 26 72
Binary 10101100 10001011 1111110 0 10011 11011 100001 10001 10110 111010

Color Harmonies of #AC8B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B7E

Black with #AC8B7E

Text Example


Text Example

White with #AC8B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B7E; }

 p { color: rgb(172,139,126); }

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

background-color css

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

 a { background-color: rgb(172,139,126); }

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

border-color css

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

 span { border-color: rgb(172,139,126); }

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