Html Css Color HEX #A35313 Rich Gold

📋 copy color: '#A35313'

red 163 ◦ green 83 ◦ blue 19

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

Shades of Rich Gold #A35313

Tints of Rich Gold #A35313

RGB

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

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

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

R = 61.51%
G = 31.32%
B = 7.17%

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

#A35313 (or 0xA35313) is known color: Rich Gold. HEX triplet: A3, 53 and 13. RGB value is (163,83,19). Sum of RGB (Red+Green+Blue) = 163+83+19=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A35313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35313 is #5CACEC. Grayscale: #636363. Windows color (decimal): -6073581 or 1266595. OLE color: 1266595.

HSL color Cylindrical-coordinate representation of color #A35313: hue angle of 26.67º 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 #A35313 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 83 19 -
CMYK 0 0.49 0.88 0.36
HSL 26.67º 0.79% 0.36% -
HSV(B) 26.67º 0.88% 0.64% -
XYZ 18.32 14.02 2.36 -
YUV 99.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 163 83 19 0 0.49 0.88 0.36 26.67 0.79 0.36
Hex A3 53 13 0 31 58 24 1B 4F 24
Octal 243 123 23 0 61 130 44 33 117 44
Binary 10100011 1010011 10011 0 110001 1011000 100100 11011 1001111 100100

Color Harmonies of #A35313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35313

Black with #A35313

Text Example


Text Example

White with #A35313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35313; }

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

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

background-color css

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

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

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

border-color css

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

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

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