Html Css Color HEX #A07319 Golden Brown

📋 copy color: '#A07319'

red 160 ◦ green 115 ◦ blue 25

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

Shades of Golden Brown #A07319

Tints of Golden Brown #A07319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 53.33%
G = 38.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A07319 (or 0xA07319) is known color: Golden Brown. HEX triplet: A0, 73 and 19. RGB value is (160,115,25). Sum of RGB (Red+Green+Blue) = 160+115+25=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A07319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07319 is #5F8CE6. Grayscale: #767676. Windows color (decimal): -6261991 or 1668000. OLE color: 1668000.

HSL color Cylindrical-coordinate representation of color #A07319: hue angle of 40º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A07319 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 25 -
CMYK 0 0.28 0.84 0.37
HSL 40º 0.73% 0.36% -
HSV(B) 40º 0.84% 0.63% -
XYZ 20.8 19.81 3.65 -
YUV 118.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 160 115 25 0 0.28 0.84 0.37 40 0.73 0.36
Hex A0 73 19 0 1C 54 25 28 49 24
Octal 240 163 31 0 34 124 45 50 111 44
Binary 10100000 1110011 11001 0 11100 1010100 100101 101000 1001001 100100

Color Harmonies of #A07319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07319

Black with #A07319

Text Example


Text Example

White with #A07319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07319; }

 p { color: rgb(160,115,25); }

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

background-color css

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

 a { background-color: rgb(160,115,25); }

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

border-color css

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

 span { border-color: rgb(160,115,25); }

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