Html Css Color HEX #A46F0A Golden Brown

📋 copy color: '#A46F0A'

red 164 ◦ green 111 ◦ blue 10

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

Shades of Golden Brown #A46F0A

Tints of Golden Brown #A46F0A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.95%

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

R = 57.54%
G = 38.95%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A46F0A (or 0xA46F0A) is known color: Golden Brown. HEX triplet: A4, 6F and 0A. RGB value is (164,111,10). Sum of RGB (Red+Green+Blue) = 164+111+10=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46F0A is #5B90F5. Grayscale: #737373. Windows color (decimal): -6000886 or 683940. OLE color: 683940.

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

Color convert

RGB 164 111 10 -
CMYK 0 0.32 0.94 0.36
HSL 39.35º 0.89% 0.34% -
HSV(B) 39.35º 0.94% 0.64% -
XYZ 21.05 19.28 2.9 -
YUV 115.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 164 111 10 0 0.32 0.94 0.36 39.35 0.89 0.34
Hex A4 6F A 0 20 5E 24 27 59 22
Octal 244 157 12 0 40 136 44 47 131 42
Binary 10100100 1101111 1010 0 100000 1011110 100100 100111 1011001 100010

Color Harmonies of #A46F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F0A

Black with #A46F0A

Text Example


Text Example

White with #A46F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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