Html Css Color HEX #A34716 Rich Gold

📋 copy color: '#A34716'

red 163 ◦ green 71 ◦ blue 22

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

Shades of Rich Gold #A34716

Tints of Rich Gold #A34716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 63.67%
G = 27.73%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A34716 (or 0xA34716) is known color: Rich Gold. HEX triplet: A3, 47 and 16. RGB value is (163,71,22). Sum of RGB (Red+Green+Blue) = 163+71+22=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A34716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34716 is #5CB8E9. Grayscale: #5D5D5D. Windows color (decimal): -6076650 or 1460131. OLE color: 1460131.

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

Color convert

RGB 163 71 22 -
CMYK 0 0.56 0.87 0.36
HSL 20.85º 0.76% 0.36% -
HSV(B) 20.85º 0.87% 0.64% -
XYZ 17.5 12.35 2.22 -
YUV 92.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 163 71 22 0 0.56 0.87 0.36 20.85 0.76 0.36
Hex A3 47 16 0 38 57 24 15 4C 24
Octal 243 107 26 0 70 127 44 25 114 44
Binary 10100011 1000111 10110 0 111000 1010111 100100 10101 1001100 100100

Color Harmonies of #A34716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34716

Black with #A34716

Text Example


Text Example

White with #A34716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34716; }

 p { color: rgb(163,71,22); }

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

background-color css

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

 a { background-color: rgb(163,71,22); }

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

border-color css

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

 span { border-color: rgb(163,71,22); }

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