Html Css Color HEX #AC8A7D Brandy Rose

📋 copy color: '#AC8A7D'

red 172 ◦ green 138 ◦ blue 125

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

Shades of Brandy Rose #AC8A7D

Tints of Brandy Rose #AC8A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 39.54%
G = 31.72%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC8A7D (or 0xAC8A7D) is known color: Brandy Rose. HEX triplet: AC, 8A and 7D. RGB value is (172,138,125). Sum of RGB (Red+Green+Blue) = 172+138+125=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A7D is #537582. Grayscale: #929292. Windows color (decimal): -5469571 or 8227500. OLE color: 8227500.

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

Color convert

RGB 172 138 125 -
CMYK 0 0.20 0.27 0.33
HSL 16.6º 0.22% 0.58% -
HSV(B) 16.6º 0.27% 0.67% -
XYZ 29.8 28.43 23.32 -
YUV 146.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 172 138 125 0 0.20 0.27 0.33 16.6 0.22 0.58
Hex AC 8A 7D 0 14 1B 21 11 16 3A
Octal 254 212 175 0 24 33 41 21 26 72
Binary 10101100 10001010 1111101 0 10100 11011 100001 10001 10110 111010

Color Harmonies of #AC8A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A7D

Black with #AC8A7D

Text Example


Text Example

White with #AC8A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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