Html Css Color HEX #AC8072 Brandy Rose

📋 copy color: '#AC8072'

red 172 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #AC8072

Tints of Brandy Rose #AC8072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 41.55%
G = 30.92%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC8072 (or 0xAC8072) is known color: Brandy Rose. HEX triplet: AC, 80 and 72. RGB value is (172,128,114). Sum of RGB (Red+Green+Blue) = 172+128+114=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8072 is #537F8D. Grayscale: #8B8B8B. Windows color (decimal): -5472142 or 7504044. OLE color: 7504044.

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

Color convert

RGB 172 128 114 -
CMYK 0 0.26 0.34 0.33
HSL 14.48º 0.26% 0.56% -
HSV(B) 14.48º 0.34% 0.67% -
XYZ 27.77 25.42 19.36 -
YUV 139.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 172 128 114 0 0.26 0.34 0.33 14.48 0.26 0.56
Hex AC 80 72 0 1A 22 21 E 1A 38
Octal 254 200 162 0 32 42 41 16 32 70
Binary 10101100 10000000 1110010 0 11010 100010 100001 1110 11010 111000

Color Harmonies of #AC8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8072

Black with #AC8072

Text Example


Text Example

White with #AC8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8072; }

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

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

background-color css

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

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

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

border-color css

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

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

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