Html Css Color HEX #A67417 Golden Brown

📋 copy color: '#A67417'

red 166 ◦ green 116 ◦ blue 23

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

Shades of Golden Brown #A67417

Tints of Golden Brown #A67417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 54.43%
G = 38.03%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A67417 (or 0xA67417) is known color: Golden Brown. HEX triplet: A6, 74 and 17. RGB value is (166,116,23). Sum of RGB (Red+Green+Blue) = 166+116+23=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A67417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67417 is #598BE8. Grayscale: #787878. Windows color (decimal): -5868521 or 1537190. OLE color: 1537190.

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

Color convert

RGB 166 116 23 -
CMYK 0 0.30 0.86 0.35
HSL 39.02º 0.76% 0.37% -
HSV(B) 39.02º 0.86% 0.65% -
XYZ 22.13 20.66 3.63 -
YUV 120.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 166 116 23 0 0.30 0.86 0.35 39.02 0.76 0.37
Hex A6 74 17 0 1E 56 23 27 4C 25
Octal 246 164 27 0 36 126 43 47 114 45
Binary 10100110 1110100 10111 0 11110 1010110 100011 100111 1001100 100101

Color Harmonies of #A67417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67417

Black with #A67417

Text Example


Text Example

White with #A67417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67417; }

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

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

background-color css

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

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

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

border-color css

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

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

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