Html Css Color HEX #A07510 Golden Brown

📋 copy color: '#A07510'

red 160 ◦ green 117 ◦ blue 16

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

Shades of Golden Brown #A07510

Tints of Golden Brown #A07510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.93%

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 54.61%
G = 39.93%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A07510 (or 0xA07510) is known color: Golden Brown. HEX triplet: A0, 75 and 10. RGB value is (160,117,16). Sum of RGB (Red+Green+Blue) = 160+117+16=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A07510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07510 is #5F8AEF. Grayscale: #767676. Windows color (decimal): -6261488 or 1078688. OLE color: 1078688.

HSL color Cylindrical-coordinate representation of color #A07510: hue angle of 42.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A07510 is Cyan = 0, Magento = 0.27, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 16 -
CMYK 0 0.27 0.9 0.37
HSL 42.08º 0.82% 0.35% -
HSV(B) 42.08º 0.9% 0.63% -
XYZ 20.95 20.23 3.29 -
YUV 118.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 160 117 16 0 0.27 0.9 0.37 42.08 0.82 0.35
Hex A0 75 10 0 1B 5A 25 2A 52 23
Octal 240 165 20 0 33 132 45 52 122 43
Binary 10100000 1110101 10000 0 11011 1011010 100101 101010 1010010 100011

Color Harmonies of #A07510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07510

Black with #A07510

Text Example


Text Example

White with #A07510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07510; }

 p { color: rgb(160,117,16); }

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

background-color css

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

 a { background-color: rgb(160,117,16); }

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

border-color css

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

 span { border-color: rgb(160,117,16); }

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