Html Css Color HEX #A07503 Golden Brown

📋 copy color: '#A07503'

red 160 ◦ green 117 ◦ blue 3

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

Shades of Golden Brown #A07503

Tints of Golden Brown #A07503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 57.14%
G = 41.79%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A07503 (or 0xA07503) is known color: Golden Brown. HEX triplet: A0, 75 and 03. RGB value is (160,117,3). Sum of RGB (Red+Green+Blue) = 160+117+3=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A07503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07503 is #5F8AFC. Grayscale: #757575. Windows color (decimal): -6261501 or 226720. OLE color: 226720.

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

Color convert

RGB 160 117 3 -
CMYK 0 0.27 0.98 0.37
HSL 43.57º 0.96% 0.32% -
HSV(B) 43.57º 0.98% 0.63% -
XYZ 20.87 20.2 2.89 -
YUV 116.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 160 117 3 0 0.27 0.98 0.37 43.57 0.96 0.32
Hex A0 75 3 0 1B 62 25 2C 60 20
Octal 240 165 3 0 33 142 45 54 140 40
Binary 10100000 1110101 11 0 11011 1100010 100101 101100 1100000 100000

Color Harmonies of #A07503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07503

Black with #A07503

Text Example


Text Example

White with #A07503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07503; }

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

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

background-color css

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

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

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

border-color css

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

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

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