Html Css Color HEX #A34E1C Rich Gold

📋 copy color: '#A34E1C'

red 163 ◦ green 78 ◦ blue 28

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

Shades of Rich Gold #A34E1C

Tints of Rich Gold #A34E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 60.59%
G = 29%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A34E1C (or 0xA34E1C) is known color: Rich Gold. HEX triplet: A3, 4E and 1C. RGB value is (163,78,28). Sum of RGB (Red+Green+Blue) = 163+78+28=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E1C is #5CB1E3. Grayscale: #616161. Windows color (decimal): -6074852 or 1855139. OLE color: 1855139.

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

Color convert

RGB 163 78 28 -
CMYK 0 0.52 0.83 0.36
HSL 22.22º 0.71% 0.37% -
HSV(B) 22.22º 0.83% 0.64% -
XYZ 18.04 13.32 2.72 -
YUV 97.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 163 78 28 0 0.52 0.83 0.36 22.22 0.71 0.37
Hex A3 4E 1C 0 34 53 24 16 47 25
Octal 243 116 34 0 64 123 44 26 107 45
Binary 10100011 1001110 11100 0 110100 1010011 100100 10110 1000111 100101

Color Harmonies of #A34E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E1C

Black with #A34E1C

Text Example


Text Example

White with #A34E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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