Html Css Color HEX #A35015 Rich Gold

📋 copy color: '#A35015'

red 163 ◦ green 80 ◦ blue 21

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

Shades of Rich Gold #A35015

Tints of Rich Gold #A35015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 61.74%
G = 30.3%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A35015 (or 0xA35015) is known color: Rich Gold. HEX triplet: A3, 50 and 15. RGB value is (163,80,21). Sum of RGB (Red+Green+Blue) = 163+80+21=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A35015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35015 is #5CAFEA. Grayscale: #626262. Windows color (decimal): -6074347 or 1396899. OLE color: 1396899.

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

Color convert

RGB 163 80 21 -
CMYK 0 0.51 0.87 0.36
HSL 24.93º 0.77% 0.36% -
HSV(B) 24.93º 0.87% 0.64% -
XYZ 18.11 13.58 2.38 -
YUV 98.09 84.5 174.3 -
System Red Green Blue C M Y K H S L
Decimal 163 80 21 0 0.51 0.87 0.36 24.93 0.77 0.36
Hex A3 50 15 0 33 57 24 19 4D 24
Octal 243 120 25 0 63 127 44 31 115 44
Binary 10100011 1010000 10101 0 110011 1010111 100100 11001 1001101 100100

Color Harmonies of #A35015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35015

Black with #A35015

Text Example


Text Example

White with #A35015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35015; }

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

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

background-color css

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

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

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

border-color css

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

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

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