Html Css Color HEX #A34E23 Rich Gold

📋 copy color: '#A34E23'

red 163 ◦ green 78 ◦ blue 35

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

Shades of Rich Gold #A34E23

Tints of Rich Gold #A34E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.68%

R = 59.06%
G = 28.26%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A34E23 (or 0xA34E23) is known color: Rich Gold. HEX triplet: A3, 4E and 23. RGB value is (163,78,35). Sum of RGB (Red+Green+Blue) = 163+78+35=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E23 is #5CB1DC. Grayscale: #626262. Windows color (decimal): -6074845 or 2313891. OLE color: 2313891.

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

Color convert

RGB 163 78 35 -
CMYK 0 0.52 0.79 0.36
HSL 20.16º 0.65% 0.39% -
HSV(B) 20.16º 0.79% 0.64% -
XYZ 18.13 13.36 3.21 -
YUV 98.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 163 78 35 0 0.52 0.79 0.36 20.16 0.65 0.39
Hex A3 4E 23 0 34 4F 24 14 41 27
Octal 243 116 43 0 64 117 44 24 101 47
Binary 10100011 1001110 100011 0 110100 1001111 100100 10100 1000001 100111

Color Harmonies of #A34E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E23

Black with #A34E23

Text Example


Text Example

White with #A34E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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