Html Css Color HEX #A3500D Rich Gold

📋 copy color: '#A3500D'

red 163 ◦ green 80 ◦ blue 13

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

Shades of Rich Gold #A3500D

Tints of Rich Gold #A3500D

RGB

 RED value IS 163 (64.06% from 255) = 63.67%

 GREEN value IS 80 (31.64% from 255) = 31.25%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 63.67%
G = 31.25%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3500D (or 0xA3500D) is known color: Rich Gold. HEX triplet: A3, 50 and 0D. RGB value is (163,80,13). Sum of RGB (Red+Green+Blue) = 163+80+13=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3500D is #5CAFF2. Grayscale: #616161. Windows color (decimal): -6074355 or 872611. OLE color: 872611.

HSL color Cylindrical-coordinate representation of color #A3500D: hue angle of 26.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3500D is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 80 13 -
CMYK 0 0.51 0.92 0.36
HSL 26.8º 0.85% 0.35% -
HSV(B) 26.8º 0.92% 0.64% -
XYZ 18.05 13.55 2.05 -
YUV 97.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 163 80 13 0 0.51 0.92 0.36 26.8 0.85 0.35
Hex A3 50 D 0 33 5C 24 1B 55 23
Octal 243 120 15 0 63 134 44 33 125 43
Binary 10100011 1010000 1101 0 110011 1011100 100100 11011 1010101 100011

Color Harmonies of #A3500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3500D

Black with #A3500D

Text Example


Text Example

White with #A3500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3500D; }

 p { color: rgb(163,80,13); }

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

background-color css

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

 a { background-color: rgb(163,80,13); }

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

border-color css

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

 span { border-color: rgb(163,80,13); }

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