Html Css Color HEX #AC827D Brandy Rose

📋 copy color: '#AC827D'

red 172 ◦ green 130 ◦ blue 125

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

Shades of Brandy Rose #AC827D

Tints of Brandy Rose #AC827D

RGB

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

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

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

R = 40.28%
G = 30.44%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC827D (or 0xAC827D) is known color: Brandy Rose. HEX triplet: AC, 82 and 7D. RGB value is (172,130,125). Sum of RGB (Red+Green+Blue) = 172+130+125=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC827D is #537D82. Grayscale: #8E8E8E. Windows color (decimal): -5471619 or 8225452. OLE color: 8225452.

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

Color convert

RGB 172 130 125 -
CMYK 0 0.24 0.27 0.33
HSL 6.38º 0.22% 0.58% -
HSV(B) 6.38º 0.27% 0.67% -
XYZ 28.7 26.22 22.95 -
YUV 141.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 172 130 125 0 0.24 0.27 0.33 6.38 0.22 0.58
Hex AC 82 7D 0 18 1B 21 6 16 3A
Octal 254 202 175 0 30 33 41 6 26 72
Binary 10101100 10000010 1111101 0 11000 11011 100001 110 10110 111010

Color Harmonies of #AC827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC827D

Black with #AC827D

Text Example


Text Example

White with #AC827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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