Html Css Color HEX #AA660F Golden Brown

📋 copy color: '#AA660F'

red 170 ◦ green 102 ◦ blue 15

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

Shades of Golden Brown #AA660F

Tints of Golden Brown #AA660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 59.23%
G = 35.54%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA660F (or 0xAA660F) is known color: Golden Brown. HEX triplet: AA, 66 and 0F. RGB value is (170,102,15). Sum of RGB (Red+Green+Blue) = 170+102+15=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA660F is #5599F0. Grayscale: #707070. Windows color (decimal): -5609969 or 1009322. OLE color: 1009322.

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

Color convert

RGB 170 102 15 -
CMYK 0 0.4 0.91 0.33
HSL 33.68º 0.84% 0.36% -
HSV(B) 33.68º 0.91% 0.67% -
XYZ 21.42 18.08 2.81 -
YUV 112.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 170 102 15 0 0.4 0.91 0.33 33.68 0.84 0.36
Hex AA 66 F 0 28 5B 21 22 54 24
Octal 252 146 17 0 50 133 41 42 124 44
Binary 10101010 1100110 1111 0 101000 1011011 100001 100010 1010100 100100

Color Harmonies of #AA660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA660F

Black with #AA660F

Text Example


Text Example

White with #AA660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA660F; }

 p { color: rgb(170,102,15); }

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

background-color css

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

 a { background-color: rgb(170,102,15); }

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

border-color css

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

 span { border-color: rgb(170,102,15); }

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