Html Css Color HEX #A05C0C Golden Brown

📋 copy color: '#A05C0C'

red 160 ◦ green 92 ◦ blue 12

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

Shades of Golden Brown #A05C0C

Tints of Golden Brown #A05C0C

RGB

 RED value IS 160 (62.89% from 255) = 60.61%

 GREEN value IS 92 (36.33% from 255) = 34.85%

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

R = 60.61%
G = 34.85%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A05C0C (or 0xA05C0C) is known color: Golden Brown. HEX triplet: A0, 5C and 0C. RGB value is (160,92,12). Sum of RGB (Red+Green+Blue) = 160+92+12=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05C0C is #5FA3F3. Grayscale: #676767. Windows color (decimal): -6267892 or 810144. OLE color: 810144.

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

Color convert

RGB 160 92 12 -
CMYK 0 0.43 0.93 0.37
HSL 32.43º 0.86% 0.34% -
HSV(B) 32.43º 0.93% 0.63% -
XYZ 18.39 15.15 2.3 -
YUV 103.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 160 92 12 0 0.43 0.93 0.37 32.43 0.86 0.34
Hex A0 5C C 0 2B 5D 25 20 56 22
Octal 240 134 14 0 53 135 45 40 126 42
Binary 10100000 1011100 1100 0 101011 1011101 100101 100000 1010110 100010

Color Harmonies of #A05C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C0C

Black with #A05C0C

Text Example


Text Example

White with #A05C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C0C; }

 p { color: rgb(160,92,12); }

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

background-color css

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

 a { background-color: rgb(160,92,12); }

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

border-color css

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

 span { border-color: rgb(160,92,12); }

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