Html Css Color HEX #A66014 Golden Brown

📋 copy color: '#A66014'

red 166 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #A66014

Tints of Golden Brown #A66014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 58.87%
G = 34.04%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A66014 (or 0xA66014) is known color: Golden Brown. HEX triplet: A6, 60 and 14. RGB value is (166,96,20). Sum of RGB (Red+Green+Blue) = 166+96+20=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A66014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66014 is #599FEB. Grayscale: #6C6C6C. Windows color (decimal): -5873644 or 1335462. OLE color: 1335462.

HSL color Cylindrical-coordinate representation of color #A66014: hue angle of 31.23º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A66014 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 20 -
CMYK 0 0.42 0.88 0.35
HSL 31.23º 0.78% 0.36% -
HSV(B) 31.23º 0.88% 0.65% -
XYZ 20.04 16.52 2.8 -
YUV 108.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 166 96 20 0 0.42 0.88 0.35 31.23 0.78 0.36
Hex A6 60 14 0 2A 58 23 1F 4E 24
Octal 246 140 24 0 52 130 43 37 116 44
Binary 10100110 1100000 10100 0 101010 1011000 100011 11111 1001110 100100

Color Harmonies of #A66014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66014

Black with #A66014

Text Example


Text Example

White with #A66014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66014; }

 p { color: rgb(166,96,20); }

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

background-color css

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

 a { background-color: rgb(166,96,20); }

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

border-color css

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

 span { border-color: rgb(166,96,20); }

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