Html Css Color HEX #A46A1F Golden Brown

📋 copy color: '#A46A1F'

red 164 ◦ green 106 ◦ blue 31

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

Shades of Golden Brown #A46A1F

Tints of Golden Brown #A46A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 54.49%
G = 35.22%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A46A1F (or 0xA46A1F) is known color: Golden Brown. HEX triplet: A4, 6A and 1F. RGB value is (164,106,31). Sum of RGB (Red+Green+Blue) = 164+106+31=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A1F is #5B95E0. Grayscale: #737373. Windows color (decimal): -6002145 or 2058916. OLE color: 2058916.

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

Color convert

RGB 164 106 31 -
CMYK 0 0.35 0.81 0.36
HSL 33.83º 0.68% 0.38% -
HSV(B) 33.83º 0.81% 0.64% -
XYZ 20.71 18.3 3.74 -
YUV 114.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 164 106 31 0 0.35 0.81 0.36 33.83 0.68 0.38
Hex A4 6A 1F 0 23 51 24 22 44 26
Octal 244 152 37 0 43 121 44 42 104 46
Binary 10100100 1101010 11111 0 100011 1010001 100100 100010 1000100 100110

Color Harmonies of #A46A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A1F

Black with #A46A1F

Text Example


Text Example

White with #A46A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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