Html Css Color HEX #AA6800 Golden Brown

📋 copy color: '#AA6800'

red 170 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #AA6800

Tints of Golden Brown #AA6800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.96%

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

R = 62.04%
G = 37.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA6800 (or 0xAA6800) is known color: Golden Brown. HEX triplet: AA, 68 and 00. RGB value is (170,104,0). Sum of RGB (Red+Green+Blue) = 170+104+0=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6800 is #5597FF. Grayscale: #707070. Windows color (decimal): -5609472 or 26794. OLE color: 26794.

HSL color Cylindrical-coordinate representation of color #AA6800: hue angle of 36.71º 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 #AA6800 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 104 0 -
CMYK 0 0.39 1 0.33
HSL 36.71º 1% 0.33% -
HSV(B) 36.71º 1% 0.67% -
XYZ 21.53 18.45 2.43 -
YUV 111.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 170 104 0 0 0.39 1 0.33 36.71 1 0.33
Hex AA 68 0 0 27 64 21 25 64 21
Octal 252 150 0 0 47 144 41 45 144 41
Binary 10101010 1101000 0 0 100111 1100100 100001 100101 1100100 100001

Color Harmonies of #AA6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6800

Black with #AA6800

Text Example


Text Example

White with #AA6800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6800; }

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

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

background-color css

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

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

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

border-color css

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

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

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