Html Css Color HEX #AC8078 Brandy Rose

📋 copy color: '#AC8078'

red 172 ◦ green 128 ◦ blue 120

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

Shades of Brandy Rose #AC8078

Tints of Brandy Rose #AC8078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.48%

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

R = 40.95%
G = 30.48%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC8078 (or 0xAC8078) is known color: Brandy Rose. HEX triplet: AC, 80 and 78. RGB value is (172,128,120). Sum of RGB (Red+Green+Blue) = 172+128+120=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8078 is #537F87. Grayscale: #8C8C8C. Windows color (decimal): -5472136 or 7897260. OLE color: 7897260.

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

Color convert

RGB 172 128 120 -
CMYK 0 0.26 0.30 0.33
HSL 9.23º 0.24% 0.57% -
HSV(B) 9.23º 0.3% 0.67% -
XYZ 28.12 25.57 21.22 -
YUV 140.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 172 128 120 0 0.26 0.30 0.33 9.23 0.24 0.57
Hex AC 80 78 0 1A 1E 21 9 18 39
Octal 254 200 170 0 32 36 41 11 30 71
Binary 10101100 10000000 1111000 0 11010 11110 100001 1001 11000 111001

Color Harmonies of #AC8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8078

Black with #AC8078

Text Example


Text Example

White with #AC8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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