Html Css Color HEX #AC8073 Brandy Rose

📋 copy color: '#AC8073'

red 172 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #AC8073

Tints of Brandy Rose #AC8073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.71%

R = 41.45%
G = 30.84%
B = 27.71%

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

#AC8073 (or 0xAC8073) is known color: Brandy Rose. HEX triplet: AC, 80 and 73. RGB value is (172,128,115). Sum of RGB (Red+Green+Blue) = 172+128+115=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8073 is #537F8C. Grayscale: #8B8B8B. Windows color (decimal): -5472141 or 7569580. OLE color: 7569580.

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

Color convert

RGB 172 128 115 -
CMYK 0 0.26 0.33 0.33
HSL 13.68º 0.26% 0.56% -
HSV(B) 13.68º 0.33% 0.67% -
XYZ 27.83 25.45 19.66 -
YUV 139.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 172 128 115 0 0.26 0.33 0.33 13.68 0.26 0.56
Hex AC 80 73 0 1A 21 21 E 1A 38
Octal 254 200 163 0 32 41 41 16 32 70
Binary 10101100 10000000 1110011 0 11010 100001 100001 1110 11010 111000

Color Harmonies of #AC8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8073

Black with #AC8073

Text Example


Text Example

White with #AC8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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