Html Css Color HEX #AA8372 Brandy Rose

📋 copy color: '#AA8372'

red 170 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #AA8372

Tints of Brandy Rose #AA8372

RGB

 RED value IS 170 (66.8% from 255) = 40.96%

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 40.96%
G = 31.57%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA8372 (or 0xAA8372) is known color: Brandy Rose. HEX triplet: AA, 83 and 72. RGB value is (170,131,114). Sum of RGB (Red+Green+Blue) = 170+131+114=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8372 is #557C8D. Grayscale: #8C8C8C. Windows color (decimal): -5602446 or 7504810. OLE color: 7504810.

HSL color Cylindrical-coordinate representation of color #AA8372: hue angle of 18.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA8372 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 114 -
CMYK 0 0.23 0.33 0.33
HSL 18.21º 0.25% 0.56% -
HSV(B) 18.21º 0.33% 0.67% -
XYZ 27.73 25.99 19.48 -
YUV 140.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 170 131 114 0 0.23 0.33 0.33 18.21 0.25 0.56
Hex AA 83 72 0 17 21 21 12 19 38
Octal 252 203 162 0 27 41 41 22 31 70
Binary 10101010 10000011 1110010 0 10111 100001 100001 10010 11001 111000

Color Harmonies of #AA8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8372

Black with #AA8372

Text Example


Text Example

White with #AA8372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8372; }

 p { color: rgb(170,131,114); }

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

background-color css

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

 a { background-color: rgb(170,131,114); }

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

border-color css

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

 span { border-color: rgb(170,131,114); }

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