Html Css Color HEX #AC7978 Brandy Rose

📋 copy color: '#AC7978'

red 172 ◦ green 121 ◦ blue 120

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

Shades of Brandy Rose #AC7978

Tints of Brandy Rose #AC7978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 41.65%
G = 29.3%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7978 (or 0xAC7978) is known color: Brandy Rose. HEX triplet: AC, 79 and 78. RGB value is (172,121,120). Sum of RGB (Red+Green+Blue) = 172+121+120=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7978 is #538687. Grayscale: #888888. Windows color (decimal): -5473928 or 7895468. OLE color: 7895468.

HSL color Cylindrical-coordinate representation of color #AC7978: hue angle of 1.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7978 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 120 -
CMYK 0 0.30 0.30 0.33
HSL 1.15º 0.24% 0.57% -
HSV(B) 1.15º 0.3% 0.67% -
XYZ 27.24 23.8 20.93 -
YUV 136.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 172 121 120 0 0.30 0.30 0.33 1.15 0.24 0.57
Hex AC 79 78 0 1E 1E 21 1 18 39
Octal 254 171 170 0 36 36 41 1 30 71
Binary 10101100 1111001 1111000 0 11110 11110 100001 1 11000 111001

Color Harmonies of #AC7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7978

Black with #AC7978

Text Example


Text Example

White with #AC7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7978; }

 p { color: rgb(172,121,120); }

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

background-color css

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

 a { background-color: rgb(172,121,120); }

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

border-color css

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

 span { border-color: rgb(172,121,120); }

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