Html Css Color HEX #AA6318 Golden Brown

📋 copy color: '#AA6318'

red 170 ◦ green 99 ◦ blue 24

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

Shades of Golden Brown #AA6318

Tints of Golden Brown #AA6318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

 BLUE value IS 24 (9.77% from 255) = 8.19%

R = 58.02%
G = 33.79%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA6318 (or 0xAA6318) is known color: Golden Brown. HEX triplet: AA, 63 and 18. RGB value is (170,99,24). Sum of RGB (Red+Green+Blue) = 170+99+24=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6318 is #559CE7. Grayscale: #707070. Windows color (decimal): -5610728 or 1598378. OLE color: 1598378.

HSL color Cylindrical-coordinate representation of color #AA6318: hue angle of 30.82º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA6318 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 24 -
CMYK 0 0.42 0.86 0.33
HSL 30.82º 0.75% 0.38% -
HSV(B) 30.82º 0.86% 0.67% -
XYZ 21.2 17.54 3.13 -
YUV 111.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 170 99 24 0 0.42 0.86 0.33 30.82 0.75 0.38
Hex AA 63 18 0 2A 56 21 1F 4B 26
Octal 252 143 30 0 52 126 41 37 113 46
Binary 10101010 1100011 11000 0 101010 1010110 100001 11111 1001011 100110

Color Harmonies of #AA6318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6318

Black with #AA6318

Text Example


Text Example

White with #AA6318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6318; }

 p { color: rgb(170,99,24); }

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

background-color css

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

 a { background-color: rgb(170,99,24); }

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

border-color css

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

 span { border-color: rgb(170,99,24); }

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