Html Css Color HEX #A34912 Rich Gold

📋 copy color: '#A34912'

red 163 ◦ green 73 ◦ blue 18

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

Shades of Rich Gold #A34912

Tints of Rich Gold #A34912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 64.17%
G = 28.74%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A34912 (or 0xA34912) is known color: Rich Gold. HEX triplet: A3, 49 and 12. RGB value is (163,73,18). Sum of RGB (Red+Green+Blue) = 163+73+18=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A34912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34912 is #5CB6ED. Grayscale: #5D5D5D. Windows color (decimal): -6076142 or 1198499. OLE color: 1198499.

HSL color Cylindrical-coordinate representation of color #A34912: hue angle of 22.76º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A34912 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 18 -
CMYK 0 0.55 0.89 0.36
HSL 22.76º 0.8% 0.35% -
HSV(B) 22.76º 0.89% 0.64% -
XYZ 17.6 12.6 2.08 -
YUV 93.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 163 73 18 0 0.55 0.89 0.36 22.76 0.8 0.35
Hex A3 49 12 0 37 59 24 17 50 23
Octal 243 111 22 0 67 131 44 27 120 43
Binary 10100011 1001001 10010 0 110111 1011001 100100 10111 1010000 100011

Color Harmonies of #A34912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34912

Black with #A34912

Text Example


Text Example

White with #A34912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34912; }

 p { color: rgb(163,73,18); }

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

background-color css

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

 a { background-color: rgb(163,73,18); }

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

border-color css

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

 span { border-color: rgb(163,73,18); }

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