Html Css Color HEX #A34E19 Rich Gold

📋 copy color: '#A34E19'

red 163 ◦ green 78 ◦ blue 25

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

Shades of Rich Gold #A34E19

Tints of Rich Gold #A34E19

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.32%

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

R = 61.28%
G = 29.32%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A34E19 (or 0xA34E19) is known color: Rich Gold. HEX triplet: A3, 4E and 19. RGB value is (163,78,25). Sum of RGB (Red+Green+Blue) = 163+78+25=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34E19 is #5CB1E6. Grayscale: #616161. Windows color (decimal): -6074855 or 1658531. OLE color: 1658531.

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

Color convert

RGB 163 78 25 -
CMYK 0 0.52 0.85 0.36
HSL 23.04º 0.73% 0.37% -
HSV(B) 23.04º 0.85% 0.64% -
XYZ 18 13.31 2.54 -
YUV 97.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 163 78 25 0 0.52 0.85 0.36 23.04 0.73 0.37
Hex A3 4E 19 0 34 55 24 17 49 25
Octal 243 116 31 0 64 125 44 27 111 45
Binary 10100011 1001110 11001 0 110100 1010101 100100 10111 1001001 100101

Color Harmonies of #A34E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E19

Black with #A34E19

Text Example


Text Example

White with #A34E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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