Html Css Color HEX #AC8A7F Brandy Rose

📋 copy color: '#AC8A7F'

red 172 ◦ green 138 ◦ blue 127

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

Shades of Brandy Rose #AC8A7F

Tints of Brandy Rose #AC8A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

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

R = 39.36%
G = 31.58%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC8A7F (or 0xAC8A7F) is known color: Brandy Rose. HEX triplet: AC, 8A and 7F. RGB value is (172,138,127). Sum of RGB (Red+Green+Blue) = 172+138+127=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A7F is #537580. Grayscale: #929292. Windows color (decimal): -5469569 or 8358572. OLE color: 8358572.

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

Color convert

RGB 172 138 127 -
CMYK 0 0.20 0.26 0.33
HSL 14.67º 0.21% 0.59% -
HSV(B) 14.67º 0.26% 0.67% -
XYZ 29.93 28.48 24 -
YUV 146.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 172 138 127 0 0.20 0.26 0.33 14.67 0.21 0.59
Hex AC 8A 7F 0 14 1A 21 F 15 3B
Octal 254 212 177 0 24 32 41 17 25 73
Binary 10101100 10001010 1111111 0 10100 11010 100001 1111 10101 111011

Color Harmonies of #AC8A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A7F

Black with #AC8A7F

Text Example


Text Example

White with #AC8A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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