Html Css Color HEX #A46A1A Golden Brown

📋 copy color: '#A46A1A'

red 164 ◦ green 106 ◦ blue 26

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

Shades of Golden Brown #A46A1A

Tints of Golden Brown #A46A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 55.41%
G = 35.81%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A46A1A (or 0xA46A1A) is known color: Golden Brown. HEX triplet: A4, 6A and 1A. RGB value is (164,106,26). Sum of RGB (Red+Green+Blue) = 164+106+26=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A1A is #5B95E5. Grayscale: #727272. Windows color (decimal): -6002150 or 1731236. OLE color: 1731236.

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

Color convert

RGB 164 106 26 -
CMYK 0 0.35 0.84 0.36
HSL 34.78º 0.73% 0.37% -
HSV(B) 34.78º 0.84% 0.64% -
XYZ 20.65 18.28 3.42 -
YUV 114.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 164 106 26 0 0.35 0.84 0.36 34.78 0.73 0.37
Hex A4 6A 1A 0 23 54 24 23 49 25
Octal 244 152 32 0 43 124 44 43 111 45
Binary 10100100 1101010 11010 0 100011 1010100 100100 100011 1001001 100101

Color Harmonies of #A46A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A1A

Black with #A46A1A

Text Example


Text Example

White with #A46A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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