Html Css Color HEX #A34F10 Rich Gold

📋 copy color: '#A34F10'

red 163 ◦ green 79 ◦ blue 16

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

Shades of Rich Gold #A34F10

Tints of Rich Gold #A34F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.62%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 63.18%
G = 30.62%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A34F10 (or 0xA34F10) is known color: Rich Gold. HEX triplet: A3, 4F and 10. RGB value is (163,79,16). Sum of RGB (Red+Green+Blue) = 163+79+16=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34F10 is #5CB0EF. Grayscale: #616161. Windows color (decimal): -6074608 or 1068963. OLE color: 1068963.

HSL color Cylindrical-coordinate representation of color #A34F10: hue angle of 25.71º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A34F10 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 79 16 -
CMYK 0 0.52 0.90 0.36
HSL 25.71º 0.82% 0.35% -
HSV(B) 25.71º 0.9% 0.64% -
XYZ 17.99 13.42 2.13 -
YUV 96.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 163 79 16 0 0.52 0.90 0.36 25.71 0.82 0.35
Hex A3 4F 10 0 34 5A 24 1A 52 23
Octal 243 117 20 0 64 132 44 32 122 43
Binary 10100011 1001111 10000 0 110100 1011010 100100 11010 1010010 100011

Color Harmonies of #A34F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F10

Black with #A34F10

Text Example


Text Example

White with #A34F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F10; }

 p { color: rgb(163,79,16); }

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

background-color css

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

 a { background-color: rgb(163,79,16); }

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

border-color css

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

 span { border-color: rgb(163,79,16); }

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