Html Css Color HEX #AC807F Brandy Rose

📋 copy color: '#AC807F'

red 172 ◦ green 128 ◦ blue 127

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

Shades of Brandy Rose #AC807F

Tints of Brandy Rose #AC807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 40.28%
G = 29.98%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC807F (or 0xAC807F) is known color: Brandy Rose. HEX triplet: AC, 80 and 7F. RGB value is (172,128,127). Sum of RGB (Red+Green+Blue) = 172+128+127=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC807F is #537F80. Grayscale: #8D8D8D. Windows color (decimal): -5472129 or 8356012. OLE color: 8356012.

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

Color convert

RGB 172 128 127 -
CMYK 0 0.26 0.26 0.33
HSL 1.33º 0.21% 0.59% -
HSV(B) 1.33º 0.26% 0.67% -
XYZ 28.56 25.74 23.54 -
YUV 141.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 172 128 127 0 0.26 0.26 0.33 1.33 0.21 0.59
Hex AC 80 7F 0 1A 1A 21 1 15 3B
Octal 254 200 177 0 32 32 41 1 25 73
Binary 10101100 10000000 1111111 0 11010 11010 100001 1 10101 111011

Color Harmonies of #AC807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC807F

Black with #AC807F

Text Example


Text Example

White with #AC807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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