Html Css Color HEX #AA5D12 Golden Brown

📋 copy color: '#AA5D12'

red 170 ◦ green 93 ◦ blue 18

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

Shades of Golden Brown #AA5D12

Tints of Golden Brown #AA5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 60.5%
G = 33.1%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA5D12 (or 0xAA5D12) is known color: Golden Brown. HEX triplet: AA, 5D and 12. RGB value is (170,93,18). Sum of RGB (Red+Green+Blue) = 170+93+18=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D12 is #55A2ED. Grayscale: #6B6B6B. Windows color (decimal): -5612270 or 1203626. OLE color: 1203626.

HSL color Cylindrical-coordinate representation of color #AA5D12: hue angle of 29.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA5D12 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 93 18 -
CMYK 0 0.45 0.89 0.33
HSL 29.61º 0.81% 0.37% -
HSV(B) 29.61º 0.89% 0.67% -
XYZ 20.6 16.42 2.66 -
YUV 107.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 170 93 18 0 0.45 0.89 0.33 29.61 0.81 0.37
Hex AA 5D 12 0 2D 59 21 1E 51 25
Octal 252 135 22 0 55 131 41 36 121 45
Binary 10101010 1011101 10010 0 101101 1011001 100001 11110 1010001 100101

Color Harmonies of #AA5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D12

Black with #AA5D12

Text Example


Text Example

White with #AA5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D12; }

 p { color: rgb(170,93,18); }

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

background-color css

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

 a { background-color: rgb(170,93,18); }

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

border-color css

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

 span { border-color: rgb(170,93,18); }

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