Html Css Color HEX #A46918 Golden Brown

📋 copy color: '#A46918'

red 164 ◦ green 105 ◦ blue 24

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

Shades of Golden Brown #A46918

Tints of Golden Brown #A46918

RGB

 RED value IS 164 (64.45% from 255) = 55.97%

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 55.97%
G = 35.84%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A46918 (or 0xA46918) is known color: Golden Brown. HEX triplet: A4, 69 and 18. RGB value is (164,105,24). Sum of RGB (Red+Green+Blue) = 164+105+24=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A46918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46918 is #5B96E7. Grayscale: #717171. Windows color (decimal): -6002408 or 1599908. OLE color: 1599908.

HSL color Cylindrical-coordinate representation of color #A46918: hue angle of 34.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A46918 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 24 -
CMYK 0 0.36 0.85 0.36
HSL 34.71º 0.74% 0.37% -
HSV(B) 34.71º 0.85% 0.64% -
XYZ 20.53 18.06 3.27 -
YUV 113.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 164 105 24 0 0.36 0.85 0.36 34.71 0.74 0.37
Hex A4 69 18 0 24 55 24 23 4A 25
Octal 244 151 30 0 44 125 44 43 112 45
Binary 10100100 1101001 11000 0 100100 1010101 100100 100011 1001010 100101

Color Harmonies of #A46918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46918

Black with #A46918

Text Example


Text Example

White with #A46918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46918; }

 p { color: rgb(164,105,24); }

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

background-color css

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

 a { background-color: rgb(164,105,24); }

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

border-color css

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

 span { border-color: rgb(164,105,24); }

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