Html Css Color HEX #A46104 Golden Brown

📋 copy color: '#A46104'

red 164 ◦ green 97 ◦ blue 4

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

Shades of Golden Brown #A46104

Tints of Golden Brown #A46104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 61.89%
G = 36.6%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A46104 (or 0xA46104) is known color: Golden Brown. HEX triplet: A4, 61 and 04. RGB value is (164,97,4). Sum of RGB (Red+Green+Blue) = 164+97+4=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A46104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46104 is #5B9EFB. Grayscale: #6A6A6A. Windows color (decimal): -6004476 or 287140. OLE color: 287140.

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

Color convert

RGB 164 97 4 -
CMYK 0 0.41 0.98 0.36
HSL 34.88º 0.95% 0.33% -
HSV(B) 34.88º 0.98% 0.64% -
XYZ 19.61 16.45 2.26 -
YUV 106.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 164 97 4 0 0.41 0.98 0.36 34.88 0.95 0.33
Hex A4 61 4 0 29 62 24 23 5F 21
Octal 244 141 4 0 51 142 44 43 137 41
Binary 10100100 1100001 100 0 101001 1100010 100100 100011 1011111 100001

Color Harmonies of #A46104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46104

Black with #A46104

Text Example


Text Example

White with #A46104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46104; }

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

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

background-color css

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

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

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

border-color css

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

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

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