Html Css Color HEX #AC8B7F Brandy Rose

📋 copy color: '#AC8B7F'

red 172 ◦ green 139 ◦ blue 127

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

Shades of Brandy Rose #AC8B7F

Tints of Brandy Rose #AC8B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 39.27%
G = 31.74%
B = 29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC8B7F (or 0xAC8B7F) is known color: Brandy Rose. HEX triplet: AC, 8B and 7F. RGB value is (172,139,127). Sum of RGB (Red+Green+Blue) = 172+139+127=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B7F is #537480. Grayscale: #939393. Windows color (decimal): -5469313 or 8358828. OLE color: 8358828.

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

Color convert

RGB 172 139 127 -
CMYK 0 0.19 0.26 0.33
HSL 16º 0.21% 0.59% -
HSV(B) 16º 0.26% 0.67% -
XYZ 30.08 28.77 24.05 -
YUV 147.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 172 139 127 0 0.19 0.26 0.33 16 0.21 0.59
Hex AC 8B 7F 0 13 1A 21 10 15 3B
Octal 254 213 177 0 23 32 41 20 25 73
Binary 10101100 10001011 1111111 0 10011 11010 100001 10000 10101 111011

Color Harmonies of #AC8B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B7F

Black with #AC8B7F

Text Example


Text Example

White with #AC8B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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