Html Css Color HEX #A0750E Golden Brown

📋 copy color: '#A0750E'

red 160 ◦ green 117 ◦ blue 14

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

Shades of Golden Brown #A0750E

Tints of Golden Brown #A0750E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 54.98%
G = 40.21%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0750E (or 0xA0750E) is known color: Golden Brown. HEX triplet: A0, 75 and 0E. RGB value is (160,117,14). Sum of RGB (Red+Green+Blue) = 160+117+14=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0750E is #5F8AF1. Grayscale: #767676. Windows color (decimal): -6261490 or 947616. OLE color: 947616.

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

Color convert

RGB 160 117 14 -
CMYK 0 0.27 0.91 0.37
HSL 42.33º 0.84% 0.34% -
HSV(B) 42.33º 0.91% 0.63% -
XYZ 20.94 20.23 3.22 -
YUV 118.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 160 117 14 0 0.27 0.91 0.37 42.33 0.84 0.34
Hex A0 75 E 0 1B 5B 25 2A 54 22
Octal 240 165 16 0 33 133 45 52 124 42
Binary 10100000 1110101 1110 0 11011 1011011 100101 101010 1010100 100010

Color Harmonies of #A0750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0750E

Black with #A0750E

Text Example


Text Example

White with #A0750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0750E; }

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

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

background-color css

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

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

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

border-color css

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

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

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