Html Css Color HEX #AC8C80 Brandy Rose

📋 copy color: '#AC8C80'

red 172 ◦ green 140 ◦ blue 128

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

Shades of Brandy Rose #AC8C80

Tints of Brandy Rose #AC8C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 39.09%
G = 31.82%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC8C80 (or 0xAC8C80) is known color: Brandy Rose. HEX triplet: AC, 8C and 80. RGB value is (172,140,128). Sum of RGB (Red+Green+Blue) = 172+140+128=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C80 is #53737F. Grayscale: #949494. Windows color (decimal): -5469056 or 8424620. OLE color: 8424620.

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

Color convert

RGB 172 140 128 -
CMYK 0 0.19 0.26 0.33
HSL 16.36º 0.21% 0.59% -
HSV(B) 16.36º 0.26% 0.67% -
XYZ 30.29 29.09 24.44 -
YUV 148.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 172 140 128 0 0.19 0.26 0.33 16.36 0.21 0.59
Hex AC 8C 80 0 13 1A 21 10 15 3B
Octal 254 214 200 0 23 32 41 20 25 73
Binary 10101100 10001100 10000000 0 10011 11010 100001 10000 10101 111011

Color Harmonies of #AC8C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C80

Black with #AC8C80

Text Example


Text Example

White with #AC8C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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