Html Css Color HEX #AA6B00 Golden Brown

📋 copy color: '#AA6B00'

red 170 ◦ green 107 ◦ blue 0

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

Shades of Golden Brown #AA6B00

Tints of Golden Brown #AA6B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.37%
G = 38.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA6B00 (or 0xAA6B00) is known color: Golden Brown. HEX triplet: AA, 6B and 00. RGB value is (170,107,0). Sum of RGB (Red+Green+Blue) = 170+107+0=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6B00 is #5594FF. Grayscale: #727272. Windows color (decimal): -5608704 or 27562. OLE color: 27562.

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

Color convert

RGB 170 107 0 -
CMYK 0 0.37 1 0.33
HSL 37.76º 1% 0.33% -
HSV(B) 37.76º 1% 0.67% -
XYZ 21.84 19.06 2.53 -
YUV 113.64 63.87 168.2 -
System Red Green Blue C M Y K H S L
Decimal 170 107 0 0 0.37 1 0.33 37.76 1 0.33
Hex AA 6B 0 0 25 64 21 26 64 21
Octal 252 153 0 0 45 144 41 46 144 41
Binary 10101010 1101011 0 0 100101 1100100 100001 100110 1100100 100001

Color Harmonies of #AA6B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B00

Black with #AA6B00

Text Example


Text Example

White with #AA6B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B00; }

 p { color: rgb(170,107,0); }

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

background-color css

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

 a { background-color: rgb(170,107,0); }

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

border-color css

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

 span { border-color: rgb(170,107,0); }

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