Html Css Color HEX #A34F15 Rich Gold

📋 copy color: '#A34F15'

red 163 ◦ green 79 ◦ blue 21

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

Shades of Rich Gold #A34F15

Tints of Rich Gold #A34F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

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

R = 61.98%
G = 30.04%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A34F15 (or 0xA34F15) is known color: Rich Gold. HEX triplet: A3, 4F and 15. RGB value is (163,79,21). Sum of RGB (Red+Green+Blue) = 163+79+21=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34F15 is #5CB0EA. Grayscale: #616161. Windows color (decimal): -6074603 or 1396643. OLE color: 1396643.

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

Color convert

RGB 163 79 21 -
CMYK 0 0.52 0.87 0.36
HSL 24.51º 0.77% 0.36% -
HSV(B) 24.51º 0.87% 0.64% -
XYZ 18.04 13.43 2.35 -
YUV 97.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 163 79 21 0 0.52 0.87 0.36 24.51 0.77 0.36
Hex A3 4F 15 0 34 57 24 19 4D 24
Octal 243 117 25 0 64 127 44 31 115 44
Binary 10100011 1001111 10101 0 110100 1010111 100100 11001 1001101 100100

Color Harmonies of #A34F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F15

Black with #A34F15

Text Example


Text Example

White with #A34F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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