Html Css Color HEX #A46212 Golden Brown

📋 copy color: '#A46212'

red 164 ◦ green 98 ◦ blue 18

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

Shades of Golden Brown #A46212

Tints of Golden Brown #A46212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 58.57%
G = 35%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A46212 (or 0xA46212) is known color: Golden Brown. HEX triplet: A4, 62 and 12. RGB value is (164,98,18). Sum of RGB (Red+Green+Blue) = 164+98+18=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A46212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46212 is #5B9DED. Grayscale: #6D6D6D. Windows color (decimal): -6004206 or 1204900. OLE color: 1204900.

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

Color convert

RGB 164 98 18 -
CMYK 0 0.40 0.89 0.36
HSL 32.88º 0.8% 0.36% -
HSV(B) 32.88º 0.89% 0.64% -
XYZ 19.79 16.67 2.75 -
YUV 108.61 76.87 167.5 -
System Red Green Blue C M Y K H S L
Decimal 164 98 18 0 0.40 0.89 0.36 32.88 0.8 0.36
Hex A4 62 12 0 28 59 24 21 50 24
Octal 244 142 22 0 50 131 44 41 120 44
Binary 10100100 1100010 10010 0 101000 1011001 100100 100001 1010000 100100

Color Harmonies of #A46212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46212

Black with #A46212

Text Example


Text Example

White with #A46212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46212; }

 p { color: rgb(164,98,18); }

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

background-color css

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

 a { background-color: rgb(164,98,18); }

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

border-color css

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

 span { border-color: rgb(164,98,18); }

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