Html Css Color HEX #A34915 Rich Gold

📋 copy color: '#A34915'

red 163 ◦ green 73 ◦ blue 21

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

Shades of Rich Gold #A34915

Tints of Rich Gold #A34915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

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

R = 63.42%
G = 28.4%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A34915 (or 0xA34915) is known color: Rich Gold. HEX triplet: A3, 49 and 15. RGB value is (163,73,21). Sum of RGB (Red+Green+Blue) = 163+73+21=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A34915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34915 is #5CB6EA. Grayscale: #5E5E5E. Windows color (decimal): -6076139 or 1395107. OLE color: 1395107.

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

Color convert

RGB 163 73 21 -
CMYK 0 0.55 0.87 0.36
HSL 21.97º 0.77% 0.36% -
HSV(B) 21.97º 0.87% 0.64% -
XYZ 17.62 12.61 2.21 -
YUV 93.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 163 73 21 0 0.55 0.87 0.36 21.97 0.77 0.36
Hex A3 49 15 0 37 57 24 16 4D 24
Octal 243 111 25 0 67 127 44 26 115 44
Binary 10100011 1001001 10101 0 110111 1010111 100100 10110 1001101 100100

Color Harmonies of #A34915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34915

Black with #A34915

Text Example


Text Example

White with #A34915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34915; }

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

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

background-color css

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

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

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

border-color css

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

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

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