Html Css Color HEX #A46418 Golden Brown

📋 copy color: '#A46418'

red 164 ◦ green 100 ◦ blue 24

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

Shades of Golden Brown #A46418

Tints of Golden Brown #A46418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

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

R = 56.94%
G = 34.72%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A46418 (or 0xA46418) is known color: Golden Brown. HEX triplet: A4, 64 and 18. RGB value is (164,100,24). Sum of RGB (Red+Green+Blue) = 164+100+24=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A46418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46418 is #5B9BE7. Grayscale: #6E6E6E. Windows color (decimal): -6003688 or 1598628. OLE color: 1598628.

HSL color Cylindrical-coordinate representation of color #A46418: hue angle of 32.57º 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 #A46418 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 24 -
CMYK 0 0.39 0.85 0.36
HSL 32.57º 0.74% 0.37% -
HSV(B) 32.57º 0.85% 0.64% -
XYZ 20.03 17.07 3.1 -
YUV 110.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 164 100 24 0 0.39 0.85 0.36 32.57 0.74 0.37
Hex A4 64 18 0 27 55 24 21 4A 25
Octal 244 144 30 0 47 125 44 41 112 45
Binary 10100100 1100100 11000 0 100111 1010101 100100 100001 1001010 100101

Color Harmonies of #A46418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46418

Black with #A46418

Text Example


Text Example

White with #A46418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46418; }

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

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

background-color css

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

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

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

border-color css

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

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

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