Html Css Color HEX #A05319 Rich Gold

📋 copy color: '#A05319'

red 160 ◦ green 83 ◦ blue 25

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

Shades of Rich Gold #A05319

Tints of Rich Gold #A05319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

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

R = 59.7%
G = 30.97%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A05319 (or 0xA05319) is known color: Rich Gold. HEX triplet: A0, 53 and 19. RGB value is (160,83,25). Sum of RGB (Red+Green+Blue) = 160+83+25=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A05319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05319 is #5FACE6. Grayscale: #636363. Windows color (decimal): -6270183 or 1659808. OLE color: 1659808.

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

Color convert

RGB 160 83 25 -
CMYK 0 0.48 0.84 0.37
HSL 25.78º 0.73% 0.36% -
HSV(B) 25.78º 0.84% 0.63% -
XYZ 17.77 13.73 2.63 -
YUV 99.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 160 83 25 0 0.48 0.84 0.37 25.78 0.73 0.36
Hex A0 53 19 0 30 54 25 1A 49 24
Octal 240 123 31 0 60 124 45 32 111 44
Binary 10100000 1010011 11001 0 110000 1010100 100101 11010 1001001 100100

Color Harmonies of #A05319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05319

Black with #A05319

Text Example


Text Example

White with #A05319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05319; }

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

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

background-color css

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

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

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

border-color css

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

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

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