Html Css Color HEX #A34119 Rich Gold

📋 copy color: '#A34119'

red 163 ◦ green 65 ◦ blue 25

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

Shades of Rich Gold #A34119

Tints of Rich Gold #A34119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 64.43%
G = 25.69%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A34119 (or 0xA34119) is known color: Rich Gold. HEX triplet: A3, 41 and 19. RGB value is (163,65,25). Sum of RGB (Red+Green+Blue) = 163+65+25=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A34119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34119 is #5CBEE6. Grayscale: #5A5A5A. Windows color (decimal): -6078183 or 1655203. OLE color: 1655203.

HSL color Cylindrical-coordinate representation of color #A34119: hue angle of 17.39º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A34119 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 65 25 -
CMYK 0 0.60 0.85 0.36
HSL 17.39º 0.73% 0.37% -
HSV(B) 17.39º 0.85% 0.64% -
XYZ 17.17 11.64 2.26 -
YUV 89.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 163 65 25 0 0.60 0.85 0.36 17.39 0.73 0.37
Hex A3 41 19 0 3C 55 24 11 49 25
Octal 243 101 31 0 74 125 44 21 111 45
Binary 10100011 1000001 11001 0 111100 1010101 100100 10001 1001001 100101

Color Harmonies of #A34119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34119

Black with #A34119

Text Example


Text Example

White with #A34119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34119; }

 p { color: rgb(163,65,25); }

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

background-color css

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

 a { background-color: rgb(163,65,25); }

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

border-color css

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

 span { border-color: rgb(163,65,25); }

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