Html Css Color HEX #AA8175 Brandy Rose

📋 copy color: '#AA8175'

red 170 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #AA8175

Tints of Brandy Rose #AA8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 40.87%
G = 31.01%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA8175 (or 0xAA8175) is known color: Brandy Rose. HEX triplet: AA, 81 and 75. RGB value is (170,129,117). Sum of RGB (Red+Green+Blue) = 170+129+117=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8175 is #557E8A. Grayscale: #8B8B8B. Windows color (decimal): -5602955 or 7700906. OLE color: 7700906.

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

Color convert

RGB 170 129 117 -
CMYK 0 0.24 0.31 0.33
HSL 13.58º 0.24% 0.56% -
HSV(B) 13.58º 0.31% 0.67% -
XYZ 27.64 25.53 20.3 -
YUV 139.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 170 129 117 0 0.24 0.31 0.33 13.58 0.24 0.56
Hex AA 81 75 0 18 1F 21 E 18 38
Octal 252 201 165 0 30 37 41 16 30 70
Binary 10101010 10000001 1110101 0 11000 11111 100001 1110 11000 111000

Color Harmonies of #AA8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8175

Black with #AA8175

Text Example


Text Example

White with #AA8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8175; }

 p { color: rgb(170,129,117); }

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

background-color css

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

 a { background-color: rgb(170,129,117); }

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

border-color css

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

 span { border-color: rgb(170,129,117); }

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