Html Css Color HEX #A65D16 Golden Brown

📋 copy color: '#A65D16'

red 166 ◦ green 93 ◦ blue 22

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

Shades of Golden Brown #A65D16

Tints of Golden Brown #A65D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

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

R = 59.07%
G = 33.1%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A65D16 (or 0xA65D16) is known color: Golden Brown. HEX triplet: A6, 5D and 16. RGB value is (166,93,22). Sum of RGB (Red+Green+Blue) = 166+93+22=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65D16 is #59A2E9. Grayscale: #6B6B6B. Windows color (decimal): -5874410 or 1465766. OLE color: 1465766.

HSL color Cylindrical-coordinate representation of color #A65D16: hue angle of 29.58º 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 #A65D16 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 93 22 -
CMYK 0 0.44 0.87 0.35
HSL 29.58º 0.77% 0.37% -
HSV(B) 29.58º 0.87% 0.65% -
XYZ 19.79 15.99 2.8 -
YUV 106.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 166 93 22 0 0.44 0.87 0.35 29.58 0.77 0.37
Hex A6 5D 16 0 2C 57 23 1E 4D 25
Octal 246 135 26 0 54 127 43 36 115 45
Binary 10100110 1011101 10110 0 101100 1010111 100011 11110 1001101 100101

Color Harmonies of #A65D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65D16

Black with #A65D16

Text Example


Text Example

White with #A65D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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