Html Css Color HEX #A34616 Rich Gold

📋 copy color: '#A34616'

red 163 ◦ green 70 ◦ blue 22

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

Shades of Rich Gold #A34616

Tints of Rich Gold #A34616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 63.92%
G = 27.45%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A34616 (or 0xA34616) is known color: Rich Gold. HEX triplet: A3, 46 and 16. RGB value is (163,70,22). Sum of RGB (Red+Green+Blue) = 163+70+22=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A34616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34616 is #5CB9E9. Grayscale: #5C5C5C. Windows color (decimal): -6076906 or 1459875. OLE color: 1459875.

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

Color convert

RGB 163 70 22 -
CMYK 0 0.57 0.87 0.36
HSL 20.43º 0.76% 0.36% -
HSV(B) 20.43º 0.87% 0.64% -
XYZ 17.44 12.22 2.2 -
YUV 92.34 88.31 178.4 -
System Red Green Blue C M Y K H S L
Decimal 163 70 22 0 0.57 0.87 0.36 20.43 0.76 0.36
Hex A3 46 16 0 39 57 24 14 4C 24
Octal 243 106 26 0 71 127 44 24 114 44
Binary 10100011 1000110 10110 0 111001 1010111 100100 10100 1001100 100100

Color Harmonies of #A34616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34616

Black with #A34616

Text Example


Text Example

White with #A34616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34616; }

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

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

background-color css

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

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

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

border-color css

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

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

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