Html Css Color HEX #A46B1A Golden Brown

📋 copy color: '#A46B1A'

red 164 ◦ green 107 ◦ blue 26

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

Shades of Golden Brown #A46B1A

Tints of Golden Brown #A46B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

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

R = 55.22%
G = 36.03%
B = 8.75%

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

#A46B1A (or 0xA46B1A) is known color: Golden Brown. HEX triplet: A4, 6B and 1A. RGB value is (164,107,26). Sum of RGB (Red+Green+Blue) = 164+107+26=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B1A is #5B94E5. Grayscale: #737373. Windows color (decimal): -6001894 or 1731492. OLE color: 1731492.

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

Color convert

RGB 164 107 26 -
CMYK 0 0.35 0.84 0.36
HSL 35.22º 0.73% 0.37% -
HSV(B) 35.22º 0.84% 0.64% -
XYZ 20.75 18.48 3.45 -
YUV 114.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 164 107 26 0 0.35 0.84 0.36 35.22 0.73 0.37
Hex A4 6B 1A 0 23 54 24 23 49 25
Octal 244 153 32 0 43 124 44 43 111 45
Binary 10100100 1101011 11010 0 100011 1010100 100100 100011 1001001 100101

Color Harmonies of #A46B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B1A

Black with #A46B1A

Text Example


Text Example

White with #A46B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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