Html Css Color HEX #AC8074 Brandy Rose

📋 copy color: '#AC8074'

red 172 ◦ green 128 ◦ blue 116

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

Shades of Brandy Rose #AC8074

Tints of Brandy Rose #AC8074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 41.35%
G = 30.77%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC8074 (or 0xAC8074) is known color: Brandy Rose. HEX triplet: AC, 80 and 74. RGB value is (172,128,116). Sum of RGB (Red+Green+Blue) = 172+128+116=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8074 is #537F8B. Grayscale: #8B8B8B. Windows color (decimal): -5472140 or 7635116. OLE color: 7635116.

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

Color convert

RGB 172 128 116 -
CMYK 0 0.26 0.33 0.33
HSL 12.86º 0.25% 0.56% -
HSV(B) 12.86º 0.33% 0.67% -
XYZ 27.88 25.47 19.97 -
YUV 139.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 172 128 116 0 0.26 0.33 0.33 12.86 0.25 0.56
Hex AC 80 74 0 1A 21 21 D 19 38
Octal 254 200 164 0 32 41 41 15 31 70
Binary 10101100 10000000 1110100 0 11010 100001 100001 1101 11001 111000

Color Harmonies of #AC8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8074

Black with #AC8074

Text Example


Text Example

White with #AC8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8074; }

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

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

background-color css

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

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

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

border-color css

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

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

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