Html Css Color HEX #A46318 Golden Brown

📋 copy color: '#A46318'

red 164 ◦ green 99 ◦ blue 24

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

Shades of Golden Brown #A46318

Tints of Golden Brown #A46318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 57.14%
G = 34.49%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A46318 (or 0xA46318) is known color: Golden Brown. HEX triplet: A4, 63 and 18. RGB value is (164,99,24). Sum of RGB (Red+Green+Blue) = 164+99+24=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A46318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46318 is #5B9CE7. Grayscale: #6E6E6E. Windows color (decimal): -6003944 or 1598372. OLE color: 1598372.

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

Color convert

RGB 164 99 24 -
CMYK 0 0.40 0.85 0.36
HSL 32.14º 0.74% 0.37% -
HSV(B) 32.14º 0.85% 0.64% -
XYZ 19.94 16.88 3.07 -
YUV 109.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 164 99 24 0 0.40 0.85 0.36 32.14 0.74 0.37
Hex A4 63 18 0 28 55 24 20 4A 25
Octal 244 143 30 0 50 125 44 40 112 45
Binary 10100100 1100011 11000 0 101000 1010101 100100 100000 1001010 100101

Color Harmonies of #A46318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46318

Black with #A46318

Text Example


Text Example

White with #A46318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46318; }

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

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

background-color css

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

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

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

border-color css

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

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

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