Html Css Color HEX #A46304 Golden Brown

📋 copy color: '#A46304'

red 164 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #A46304

Tints of Golden Brown #A46304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 61.42%
G = 37.08%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A46304 (or 0xA46304) is known color: Golden Brown. HEX triplet: A4, 63 and 04. RGB value is (164,99,4). Sum of RGB (Red+Green+Blue) = 164+99+4=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A46304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46304 is #5B9CFB. Grayscale: #6C6C6C. Windows color (decimal): -6003964 or 287652. OLE color: 287652.

HSL color Cylindrical-coordinate representation of color #A46304: hue angle of 35.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A46304 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 4 -
CMYK 0 0.40 0.98 0.36
HSL 35.63º 0.95% 0.33% -
HSV(B) 35.63º 0.98% 0.64% -
XYZ 19.79 16.82 2.32 -
YUV 107.61 69.53 168.22 -
System Red Green Blue C M Y K H S L
Decimal 164 99 4 0 0.40 0.98 0.36 35.63 0.95 0.33
Hex A4 63 4 0 28 62 24 24 5F 21
Octal 244 143 4 0 50 142 44 44 137 41
Binary 10100100 1100011 100 0 101000 1100010 100100 100100 1011111 100001

Color Harmonies of #A46304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46304

Black with #A46304

Text Example


Text Example

White with #A46304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46304; }

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

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

background-color css

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

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

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

border-color css

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

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

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