Html Css Color HEX #A67018 Golden Brown

📋 copy color: '#A67018'

red 166 ◦ green 112 ◦ blue 24

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

Shades of Golden Brown #A67018

Tints of Golden Brown #A67018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 54.97%
G = 37.09%
B = 7.95%

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

#A67018 (or 0xA67018) is known color: Golden Brown. HEX triplet: A6, 70 and 18. RGB value is (166,112,24). Sum of RGB (Red+Green+Blue) = 166+112+24=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A67018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67018 is #598FE7. Grayscale: #767676. Windows color (decimal): -5869544 or 1601702. OLE color: 1601702.

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

Color convert

RGB 166 112 24 -
CMYK 0 0.33 0.86 0.35
HSL 37.18º 0.75% 0.37% -
HSV(B) 37.18º 0.86% 0.65% -
XYZ 21.68 19.76 3.54 -
YUV 118.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 166 112 24 0 0.33 0.86 0.35 37.18 0.75 0.37
Hex A6 70 18 0 21 56 23 25 4B 25
Octal 246 160 30 0 41 126 43 45 113 45
Binary 10100110 1110000 11000 0 100001 1010110 100011 100101 1001011 100101

Color Harmonies of #A67018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67018

Black with #A67018

Text Example


Text Example

White with #A67018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67018; }

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

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

background-color css

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

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

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

border-color css

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

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

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