Html Css Color HEX #AC827E Brandy Rose

📋 copy color: '#AC827E'

red 172 ◦ green 130 ◦ blue 126

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

Shades of Brandy Rose #AC827E

Tints of Brandy Rose #AC827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 40.19%
G = 30.37%
B = 29.44%

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

#AC827E (or 0xAC827E) is known color: Brandy Rose. HEX triplet: AC, 82 and 7E. RGB value is (172,130,126). Sum of RGB (Red+Green+Blue) = 172+130+126=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC827E is #537D81. Grayscale: #8E8E8E. Windows color (decimal): -5471618 or 8290988. OLE color: 8290988.

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

Color convert

RGB 172 130 126 -
CMYK 0 0.24 0.27 0.33
HSL 5.22º 0.22% 0.58% -
HSV(B) 5.22º 0.27% 0.67% -
XYZ 28.76 26.24 23.29 -
YUV 142.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 172 130 126 0 0.24 0.27 0.33 5.22 0.22 0.58
Hex AC 82 7E 0 18 1B 21 5 16 3A
Octal 254 202 176 0 30 33 41 5 26 72
Binary 10101100 10000010 1111110 0 11000 11011 100001 101 10110 111010

Color Harmonies of #AC827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC827E

Black with #AC827E

Text Example


Text Example

White with #AC827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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