Html Css Color HEX #A67014 Golden Brown

📋 copy color: '#A67014'

red 166 ◦ green 112 ◦ blue 20

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

Shades of Golden Brown #A67014

Tints of Golden Brown #A67014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 55.7%
G = 37.58%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A67014 (or 0xA67014) is known color: Golden Brown. HEX triplet: A6, 70 and 14. RGB value is (166,112,20). Sum of RGB (Red+Green+Blue) = 166+112+20=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A67014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67014 is #598FEB. Grayscale: #767676. Windows color (decimal): -5869548 or 1339558. OLE color: 1339558.

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

Color convert

RGB 166 112 20 -
CMYK 0 0.33 0.88 0.35
HSL 37.81º 0.78% 0.36% -
HSV(B) 37.81º 0.88% 0.65% -
XYZ 21.65 19.75 3.33 -
YUV 117.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 166 112 20 0 0.33 0.88 0.35 37.81 0.78 0.36
Hex A6 70 14 0 21 58 23 26 4E 24
Octal 246 160 24 0 41 130 43 46 116 44
Binary 10100110 1110000 10100 0 100001 1011000 100011 100110 1001110 100100

Color Harmonies of #A67014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67014

Black with #A67014

Text Example


Text Example

White with #A67014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67014; }

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

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

background-color css

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

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

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

border-color css

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

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

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