Html Css Color HEX #A0640F Golden Brown

📋 copy color: '#A0640F'

red 160 ◦ green 100 ◦ blue 15

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

Shades of Golden Brown #A0640F

Tints of Golden Brown #A0640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

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

R = 58.18%
G = 36.36%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0640F (or 0xA0640F) is known color: Golden Brown. HEX triplet: A0, 64 and 0F. RGB value is (160,100,15). Sum of RGB (Red+Green+Blue) = 160+100+15=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0640F is #5F9BF0. Grayscale: #6C6C6C. Windows color (decimal): -6265841 or 1008800. OLE color: 1008800.

HSL color Cylindrical-coordinate representation of color #A0640F: hue angle of 35.17º 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 #A0640F is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 15 -
CMYK 0 0.38 0.91 0.37
HSL 35.17º 0.83% 0.34% -
HSV(B) 35.17º 0.91% 0.63% -
XYZ 19.14 16.62 2.65 -
YUV 108.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 160 100 15 0 0.38 0.91 0.37 35.17 0.83 0.34
Hex A0 64 F 0 26 5B 25 23 53 22
Octal 240 144 17 0 46 133 45 43 123 42
Binary 10100000 1100100 1111 0 100110 1011011 100101 100011 1010011 100010

Color Harmonies of #A0640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0640F

Black with #A0640F

Text Example


Text Example

White with #A0640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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