Html Css Color HEX #A67017 Golden Brown

📋 copy color: '#A67017'

red 166 ◦ green 112 ◦ blue 23

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

Shades of Golden Brown #A67017

Tints of Golden Brown #A67017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 55.15%
G = 37.21%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A67017 (or 0xA67017) is known color: Golden Brown. HEX triplet: A6, 70 and 17. RGB value is (166,112,23). Sum of RGB (Red+Green+Blue) = 166+112+23=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A67017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67017 is #598FE8. Grayscale: #767676. Windows color (decimal): -5869545 or 1536166. OLE color: 1536166.

HSL color Cylindrical-coordinate representation of color #A67017: hue angle of 37.34º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A67017 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 23 -
CMYK 0 0.33 0.86 0.35
HSL 37.34º 0.76% 0.37% -
HSV(B) 37.34º 0.86% 0.65% -
XYZ 21.67 19.76 3.48 -
YUV 118 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 166 112 23 0 0.33 0.86 0.35 37.34 0.76 0.37
Hex A6 70 17 0 21 56 23 25 4C 25
Octal 246 160 27 0 41 126 43 45 114 45
Binary 10100110 1110000 10111 0 100001 1010110 100011 100101 1001100 100101

Color Harmonies of #A67017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67017

Black with #A67017

Text Example


Text Example

White with #A67017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67017; }

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

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

background-color css

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

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

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

border-color css

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

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

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