Html Css Color HEX #A35014 Rich Gold

📋 copy color: '#A35014'

red 163 ◦ green 80 ◦ blue 20

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

Shades of Rich Gold #A35014

Tints of Rich Gold #A35014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 61.98%
G = 30.42%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A35014 (or 0xA35014) is known color: Rich Gold. HEX triplet: A3, 50 and 14. RGB value is (163,80,20). Sum of RGB (Red+Green+Blue) = 163+80+20=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A35014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35014 is #5CAFEB. Grayscale: #626262. Windows color (decimal): -6074348 or 1331363. OLE color: 1331363.

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

Color convert

RGB 163 80 20 -
CMYK 0 0.51 0.88 0.36
HSL 25.17º 0.78% 0.36% -
HSV(B) 25.17º 0.88% 0.64% -
XYZ 18.1 13.57 2.33 -
YUV 97.98 84 174.38 -
System Red Green Blue C M Y K H S L
Decimal 163 80 20 0 0.51 0.88 0.36 25.17 0.78 0.36
Hex A3 50 14 0 33 58 24 19 4E 24
Octal 243 120 24 0 63 130 44 31 116 44
Binary 10100011 1010000 10100 0 110011 1011000 100100 11001 1001110 100100

Color Harmonies of #A35014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35014

Black with #A35014

Text Example


Text Example

White with #A35014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35014; }

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

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

background-color css

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

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

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

border-color css

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

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

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