Html Css Color HEX #A35018 Rich Gold

📋 copy color: '#A35018'

red 163 ◦ green 80 ◦ blue 24

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

Shades of Rich Gold #A35018

Tints of Rich Gold #A35018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 61.05%
G = 29.96%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A35018 (or 0xA35018) is known color: Rich Gold. HEX triplet: A3, 50 and 18. RGB value is (163,80,24). Sum of RGB (Red+Green+Blue) = 163+80+24=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A35018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35018 is #5CAFE7. Grayscale: #626262. Windows color (decimal): -6074344 or 1593507. OLE color: 1593507.

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

Color convert

RGB 163 80 24 -
CMYK 0 0.51 0.85 0.36
HSL 24.17º 0.74% 0.37% -
HSV(B) 24.17º 0.85% 0.64% -
XYZ 18.14 13.59 2.53 -
YUV 98.43 86 174.05 -
System Red Green Blue C M Y K H S L
Decimal 163 80 24 0 0.51 0.85 0.36 24.17 0.74 0.37
Hex A3 50 18 0 33 55 24 18 4A 25
Octal 243 120 30 0 63 125 44 30 112 45
Binary 10100011 1010000 11000 0 110011 1010101 100100 11000 1001010 100101

Color Harmonies of #A35018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35018

Black with #A35018

Text Example


Text Example

White with #A35018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35018; }

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

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

background-color css

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

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

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

border-color css

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

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

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