Html Css Color HEX #A05C0F Golden Brown

📋 copy color: '#A05C0F'

red 160 ◦ green 92 ◦ blue 15

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

Shades of Golden Brown #A05C0F

Tints of Golden Brown #A05C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 59.93%
G = 34.46%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A05C0F (or 0xA05C0F) is known color: Golden Brown. HEX triplet: A0, 5C and 0F. RGB value is (160,92,15). Sum of RGB (Red+Green+Blue) = 160+92+15=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05C0F is #5FA3F0. Grayscale: #676767. Windows color (decimal): -6267889 or 1006752. OLE color: 1006752.

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

Color convert

RGB 160 92 15 -
CMYK 0 0.43 0.91 0.37
HSL 31.86º 0.83% 0.34% -
HSV(B) 31.86º 0.91% 0.63% -
XYZ 18.41 15.16 2.41 -
YUV 103.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 160 92 15 0 0.43 0.91 0.37 31.86 0.83 0.34
Hex A0 5C F 0 2B 5B 25 20 53 22
Octal 240 134 17 0 53 133 45 40 123 42
Binary 10100000 1011100 1111 0 101011 1011011 100101 100000 1010011 100010

Color Harmonies of #A05C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C0F

Black with #A05C0F

Text Example


Text Example

White with #A05C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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