Html Css Color HEX #A65A16 Golden Brown

📋 copy color: '#A65A16'

red 166 ◦ green 90 ◦ blue 22

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

Shades of Golden Brown #A65A16

Tints of Golden Brown #A65A16

RGB

 RED value IS 166 (65.23% from 255) = 59.71%

 GREEN value IS 90 (35.55% from 255) = 32.37%

 BLUE value IS 22 (8.98% from 255) = 7.91%

R = 59.71%
G = 32.37%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A65A16 (or 0xA65A16) is known color: Golden Brown. HEX triplet: A6, 5A and 16. RGB value is (166,90,22). Sum of RGB (Red+Green+Blue) = 166+90+22=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65A16 is #59A5E9. Grayscale: #696969. Windows color (decimal): -5875178 or 1464998. OLE color: 1464998.

HSL color Cylindrical-coordinate representation of color #A65A16: hue angle of 28.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A65A16 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 90 22 -
CMYK 0 0.46 0.87 0.35
HSL 28.33º 0.77% 0.37% -
HSV(B) 28.33º 0.87% 0.65% -
XYZ 19.53 15.48 2.72 -
YUV 104.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 166 90 22 0 0.46 0.87 0.35 28.33 0.77 0.37
Hex A6 5A 16 0 2E 57 23 1C 4D 25
Octal 246 132 26 0 56 127 43 34 115 45
Binary 10100110 1011010 10110 0 101110 1010111 100011 11100 1001101 100101

Color Harmonies of #A65A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A16

Black with #A65A16

Text Example


Text Example

White with #A65A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A16; }

 p { color: rgb(166,90,22); }

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

background-color css

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

 a { background-color: rgb(166,90,22); }

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

border-color css

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

 span { border-color: rgb(166,90,22); }

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