Html Css Color HEX #A46013 Golden Brown

📋 copy color: '#A46013'

red 164 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #A46013

Tints of Golden Brown #A46013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 58.78%
G = 34.41%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A46013 (or 0xA46013) is known color: Golden Brown. HEX triplet: A4, 60 and 13. RGB value is (164,96,19). Sum of RGB (Red+Green+Blue) = 164+96+19=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A46013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46013 is #5B9FEC. Grayscale: #6B6B6B. Windows color (decimal): -6004717 or 1269924. OLE color: 1269924.

HSL color Cylindrical-coordinate representation of color #A46013: hue angle of 31.86º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A46013 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 96 19 -
CMYK 0 0.41 0.88 0.36
HSL 31.86º 0.79% 0.36% -
HSV(B) 31.86º 0.88% 0.64% -
XYZ 19.61 16.31 2.73 -
YUV 107.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 164 96 19 0 0.41 0.88 0.36 31.86 0.79 0.36
Hex A4 60 13 0 29 58 24 20 4F 24
Octal 244 140 23 0 51 130 44 40 117 44
Binary 10100100 1100000 10011 0 101001 1011000 100100 100000 1001111 100100

Color Harmonies of #A46013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46013

Black with #A46013

Text Example


Text Example

White with #A46013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46013; }

 p { color: rgb(164,96,19); }

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

background-color css

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

 a { background-color: rgb(164,96,19); }

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

border-color css

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

 span { border-color: rgb(164,96,19); }

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