Html Css Color HEX #A67013 Golden Brown

📋 copy color: '#A67013'

red 166 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #A67013

Tints of Golden Brown #A67013

RGB

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

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

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

R = 55.89%
G = 37.71%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A67013 (or 0xA67013) is known color: Golden Brown. HEX triplet: A6, 70 and 13. RGB value is (166,112,19). Sum of RGB (Red+Green+Blue) = 166+112+19=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A67013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67013 is #598FEC. Grayscale: #757575. Windows color (decimal): -5869549 or 1274022. OLE color: 1274022.

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

Color convert

RGB 166 112 19 -
CMYK 0 0.33 0.89 0.35
HSL 37.96º 0.79% 0.36% -
HSV(B) 37.96º 0.89% 0.65% -
XYZ 21.64 19.74 3.29 -
YUV 117.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 166 112 19 0 0.33 0.89 0.35 37.96 0.79 0.36
Hex A6 70 13 0 21 59 23 26 4F 24
Octal 246 160 23 0 41 131 43 46 117 44
Binary 10100110 1110000 10011 0 100001 1011001 100011 100110 1001111 100100

Color Harmonies of #A67013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67013

Black with #A67013

Text Example


Text Example

White with #A67013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67013; }

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

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

background-color css

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

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

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

border-color css

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

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

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