Html Css Color HEX #AC827F Brandy Rose

📋 copy color: '#AC827F'

red 172 ◦ green 130 ◦ blue 127

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

Shades of Brandy Rose #AC827F

Tints of Brandy Rose #AC827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 40.09%
G = 30.3%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC827F (or 0xAC827F) is known color: Brandy Rose. HEX triplet: AC, 82 and 7F. RGB value is (172,130,127). Sum of RGB (Red+Green+Blue) = 172+130+127=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC827F is #537D80. Grayscale: #8E8E8E. Windows color (decimal): -5471617 or 8356524. OLE color: 8356524.

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

Color convert

RGB 172 130 127 -
CMYK 0 0.24 0.26 0.33
HSL 0.21% 0.59% -
HSV(B) 0.26% 0.67% -
XYZ 28.83 26.27 23.63 -
YUV 142.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 172 130 127 0 0.24 0.26 0.33 4 0.21 0.59
Hex AC 82 7F 0 18 1A 21 4 15 3B
Octal 254 202 177 0 30 32 41 4 25 73
Binary 10101100 10000010 1111111 0 11000 11010 100001 100 10101 111011

Color Harmonies of #AC827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC827F

Black with #AC827F

Text Example


Text Example

White with #AC827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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