Html Css Color HEX #A45313 Rich Gold

📋 copy color: '#A45313'

red 164 ◦ green 83 ◦ blue 19

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

Shades of Rich Gold #A45313

Tints of Rich Gold #A45313

RGB

 RED value IS 164 (64.45% from 255) = 61.65%

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

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 61.65%
G = 31.2%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A45313 (or 0xA45313) is known color: Rich Gold. HEX triplet: A4, 53 and 13. RGB value is (164,83,19). Sum of RGB (Red+Green+Blue) = 164+83+19=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A45313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45313 is #5BACEC. Grayscale: #646464. Windows color (decimal): -6008045 or 1266596. OLE color: 1266596.

HSL color Cylindrical-coordinate representation of color #A45313: hue angle of 26.48º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A45313 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 83 19 -
CMYK 0 0.49 0.88 0.36
HSL 26.48º 0.79% 0.36% -
HSV(B) 26.48º 0.88% 0.64% -
XYZ 18.52 14.13 2.37 -
YUV 99.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 164 83 19 0 0.49 0.88 0.36 26.48 0.79 0.36
Hex A4 53 13 0 31 58 24 1A 4F 24
Octal 244 123 23 0 61 130 44 32 117 44
Binary 10100100 1010011 10011 0 110001 1011000 100100 11010 1001111 100100

Color Harmonies of #A45313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45313

Black with #A45313

Text Example


Text Example

White with #A45313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45313; }

 p { color: rgb(164,83,19); }

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

background-color css

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

 a { background-color: rgb(164,83,19); }

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

border-color css

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

 span { border-color: rgb(164,83,19); }

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