Html Css Color HEX #A46A0A Golden Brown

📋 copy color: '#A46A0A'

red 164 ◦ green 106 ◦ blue 10

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

Shades of Golden Brown #A46A0A

Tints of Golden Brown #A46A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 58.57%
G = 37.86%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A46A0A (or 0xA46A0A) is known color: Golden Brown. HEX triplet: A4, 6A and 0A. RGB value is (164,106,10). Sum of RGB (Red+Green+Blue) = 164+106+10=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46A0A is #5B95F5. Grayscale: #707070. Windows color (decimal): -6002166 or 682660. OLE color: 682660.

HSL color Cylindrical-coordinate representation of color #A46A0A: hue angle of 37.4º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A46A0A is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 106 10 -
CMYK 0 0.35 0.94 0.36
HSL 37.4º 0.89% 0.34% -
HSV(B) 37.4º 0.94% 0.64% -
XYZ 20.52 18.22 2.72 -
YUV 112.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 164 106 10 0 0.35 0.94 0.36 37.4 0.89 0.34
Hex A4 6A A 0 23 5E 24 25 59 22
Octal 244 152 12 0 43 136 44 45 131 42
Binary 10100100 1101010 1010 0 100011 1011110 100100 100101 1011001 100010

Color Harmonies of #A46A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A0A

Black with #A46A0A

Text Example


Text Example

White with #A46A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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