Html Css Color HEX #A66013 Golden Brown

📋 copy color: '#A66013'

red 166 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #A66013

Tints of Golden Brown #A66013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 59.07%
G = 34.16%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A66013 (or 0xA66013) is known color: Golden Brown. HEX triplet: A6, 60 and 13. RGB value is (166,96,19). Sum of RGB (Red+Green+Blue) = 166+96+19=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A66013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66013 is #599FEC. Grayscale: #6C6C6C. Windows color (decimal): -5873645 or 1269926. OLE color: 1269926.

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

Color convert

RGB 166 96 19 -
CMYK 0 0.42 0.89 0.35
HSL 31.43º 0.79% 0.36% -
HSV(B) 31.43º 0.89% 0.65% -
XYZ 20.03 16.52 2.75 -
YUV 108.15 77.69 169.26 -
System Red Green Blue C M Y K H S L
Decimal 166 96 19 0 0.42 0.89 0.35 31.43 0.79 0.36
Hex A6 60 13 0 2A 59 23 1F 4F 24
Octal 246 140 23 0 52 131 43 37 117 44
Binary 10100110 1100000 10011 0 101010 1011001 100011 11111 1001111 100100

Color Harmonies of #A66013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66013

Black with #A66013

Text Example


Text Example

White with #A66013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66013; }

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

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

background-color css

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

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

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

border-color css

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

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

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