Html Css Color HEX #A46A04 Golden Brown

📋 copy color: '#A46A04'

red 164 ◦ green 106 ◦ blue 4

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

Shades of Golden Brown #A46A04

Tints of Golden Brown #A46A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 59.85%
G = 38.69%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A46A04 (or 0xA46A04) is known color: Golden Brown. HEX triplet: A4, 6A and 04. RGB value is (164,106,4). Sum of RGB (Red+Green+Blue) = 164+106+4=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46A04 is #5B95FB. Grayscale: #707070. Windows color (decimal): -6002172 or 289444. OLE color: 289444.

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

Color convert

RGB 164 106 4 -
CMYK 0 0.35 0.98 0.36
HSL 38.25º 0.95% 0.33% -
HSV(B) 38.25º 0.98% 0.64% -
XYZ 20.49 18.21 2.55 -
YUV 111.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 164 106 4 0 0.35 0.98 0.36 38.25 0.95 0.33
Hex A4 6A 4 0 23 62 24 26 5F 21
Octal 244 152 4 0 43 142 44 46 137 41
Binary 10100100 1101010 100 0 100011 1100010 100100 100110 1011111 100001

Color Harmonies of #A46A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A04

Black with #A46A04

Text Example


Text Example

White with #A46A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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