Html Css Color HEX #A34517 Rich Gold

📋 copy color: '#A34517'

red 163 ◦ green 69 ◦ blue 23

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

Shades of Rich Gold #A34517

Tints of Rich Gold #A34517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 63.92%
G = 27.06%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A34517 (or 0xA34517) is known color: Rich Gold. HEX triplet: A3, 45 and 17. RGB value is (163,69,23). Sum of RGB (Red+Green+Blue) = 163+69+23=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A34517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34517 is #5CBAE8. Grayscale: #5C5C5C. Windows color (decimal): -6077161 or 1525155. OLE color: 1525155.

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

Color convert

RGB 163 69 23 -
CMYK 0 0.58 0.86 0.36
HSL 19.71º 0.75% 0.36% -
HSV(B) 19.71º 0.86% 0.64% -
XYZ 17.39 12.1 2.23 -
YUV 91.86 89.14 178.74 -
System Red Green Blue C M Y K H S L
Decimal 163 69 23 0 0.58 0.86 0.36 19.71 0.75 0.36
Hex A3 45 17 0 3A 56 24 14 4B 24
Octal 243 105 27 0 72 126 44 24 113 44
Binary 10100011 1000101 10111 0 111010 1010110 100100 10100 1001011 100100

Color Harmonies of #A34517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34517

Black with #A34517

Text Example


Text Example

White with #A34517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34517; }

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

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

background-color css

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

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

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

border-color css

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

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

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