Html Css Color HEX #AC8070 Brandy Rose

📋 copy color: '#AC8070'

red 172 ◦ green 128 ◦ blue 112

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

Shades of Brandy Rose #AC8070

Tints of Brandy Rose #AC8070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 41.75%
G = 31.07%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC8070 (or 0xAC8070) is known color: Brandy Rose. HEX triplet: AC, 80 and 70. RGB value is (172,128,112). Sum of RGB (Red+Green+Blue) = 172+128+112=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8070 is #537F8F. Grayscale: #8B8B8B. Windows color (decimal): -5472144 or 7372972. OLE color: 7372972.

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

Color convert

RGB 172 128 112 -
CMYK 0 0.26 0.35 0.33
HSL 16º 0.27% 0.56% -
HSV(B) 16º 0.35% 0.67% -
XYZ 27.66 25.38 18.77 -
YUV 139.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 172 128 112 0 0.26 0.35 0.33 16 0.27 0.56
Hex AC 80 70 0 1A 23 21 10 1B 38
Octal 254 200 160 0 32 43 41 20 33 70
Binary 10101100 10000000 1110000 0 11010 100011 100001 10000 11011 111000

Color Harmonies of #AC8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8070

Black with #AC8070

Text Example


Text Example

White with #AC8070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8070; }

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

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

background-color css

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

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

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

border-color css

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

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

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