Html Css Color HEX #A34518 Rich Gold

📋 copy color: '#A34518'

red 163 ◦ green 69 ◦ blue 24

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

Shades of Rich Gold #A34518

Tints of Rich Gold #A34518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

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

R = 63.67%
G = 26.95%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A34518 (or 0xA34518) is known color: Rich Gold. HEX triplet: A3, 45 and 18. RGB value is (163,69,24). Sum of RGB (Red+Green+Blue) = 163+69+24=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A34518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34518 is #5CBAE7. Grayscale: #5C5C5C. Windows color (decimal): -6077160 or 1590691. OLE color: 1590691.

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

Color convert

RGB 163 69 24 -
CMYK 0 0.58 0.85 0.36
HSL 19.42º 0.74% 0.37% -
HSV(B) 19.42º 0.85% 0.64% -
XYZ 17.4 12.11 2.28 -
YUV 91.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 163 69 24 0 0.58 0.85 0.36 19.42 0.74 0.37
Hex A3 45 18 0 3A 55 24 13 4A 25
Octal 243 105 30 0 72 125 44 23 112 45
Binary 10100011 1000101 11000 0 111010 1010101 100100 10011 1001010 100101

Color Harmonies of #A34518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34518

Black with #A34518

Text Example


Text Example

White with #A34518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34518; }

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

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

background-color css

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

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

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

border-color css

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

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

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