Html Css Color HEX #A46C0C Golden Brown

📋 copy color: '#A46C0C'

red 164 ◦ green 108 ◦ blue 12

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

Shades of Golden Brown #A46C0C

Tints of Golden Brown #A46C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.03%

 BLUE value IS 12 (5.08% from 255) = 4.23%

R = 57.75%
G = 38.03%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A46C0C (or 0xA46C0C) is known color: Golden Brown. HEX triplet: A4, 6C and 0C. RGB value is (164,108,12). Sum of RGB (Red+Green+Blue) = 164+108+12=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46C0C is #5B93F3. Grayscale: #727272. Windows color (decimal): -6001652 or 814244. OLE color: 814244.

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

Color convert

RGB 164 108 12 -
CMYK 0 0.34 0.93 0.36
HSL 37.89º 0.86% 0.35% -
HSV(B) 37.89º 0.93% 0.64% -
XYZ 20.74 18.64 2.85 -
YUV 113.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 164 108 12 0 0.34 0.93 0.36 37.89 0.86 0.35
Hex A4 6C C 0 22 5D 24 26 56 23
Octal 244 154 14 0 42 135 44 46 126 43
Binary 10100100 1101100 1100 0 100010 1011101 100100 100110 1010110 100011

Color Harmonies of #A46C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C0C

Black with #A46C0C

Text Example


Text Example

White with #A46C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C0C; }

 p { color: rgb(164,108,12); }

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

background-color css

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

 a { background-color: rgb(164,108,12); }

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

border-color css

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

 span { border-color: rgb(164,108,12); }

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