Html Css Color HEX #AA650C Golden Brown

📋 copy color: '#AA650C'

red 170 ◦ green 101 ◦ blue 12

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

Shades of Golden Brown #AA650C

Tints of Golden Brown #AA650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 60.07%
G = 35.69%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA650C (or 0xAA650C) is known color: Golden Brown. HEX triplet: AA, 65 and 0C. RGB value is (170,101,12). Sum of RGB (Red+Green+Blue) = 170+101+12=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA650C is #559AF3. Grayscale: #6F6F6F. Windows color (decimal): -5610228 or 812458. OLE color: 812458.

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

Color convert

RGB 170 101 12 -
CMYK 0 0.41 0.93 0.33
HSL 33.8º 0.87% 0.36% -
HSV(B) 33.8º 0.93% 0.67% -
XYZ 21.3 17.88 2.68 -
YUV 111.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 170 101 12 0 0.41 0.93 0.33 33.8 0.87 0.36
Hex AA 65 C 0 29 5D 21 22 57 24
Octal 252 145 14 0 51 135 41 42 127 44
Binary 10101010 1100101 1100 0 101001 1011101 100001 100010 1010111 100100

Color Harmonies of #AA650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA650C

Black with #AA650C

Text Example


Text Example

White with #AA650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA650C; }

 p { color: rgb(170,101,12); }

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

background-color css

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

 a { background-color: rgb(170,101,12); }

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

border-color css

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

 span { border-color: rgb(170,101,12); }

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