Html Css Color HEX #AC807D Brandy Rose

📋 copy color: '#AC807D'

red 172 ◦ green 128 ◦ blue 125

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

Shades of Brandy Rose #AC807D

Tints of Brandy Rose #AC807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 40.47%
G = 30.12%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC807D (or 0xAC807D) is known color: Brandy Rose. HEX triplet: AC, 80 and 7D. RGB value is (172,128,125). Sum of RGB (Red+Green+Blue) = 172+128+125=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC807D is #537F82. Grayscale: #8C8C8C. Windows color (decimal): -5472131 or 8224940. OLE color: 8224940.

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

Color convert

RGB 172 128 125 -
CMYK 0 0.26 0.27 0.33
HSL 3.83º 0.22% 0.58% -
HSV(B) 3.83º 0.27% 0.67% -
XYZ 28.43 25.69 22.86 -
YUV 140.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 172 128 125 0 0.26 0.27 0.33 3.83 0.22 0.58
Hex AC 80 7D 0 1A 1B 21 4 16 3A
Octal 254 200 175 0 32 33 41 4 26 72
Binary 10101100 10000000 1111101 0 11010 11011 100001 100 10110 111010

Color Harmonies of #AC807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC807D

Black with #AC807D

Text Example


Text Example

White with #AC807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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