Html Css Color HEX #A45410 Rich Gold

📋 copy color: '#A45410'

red 164 ◦ green 84 ◦ blue 16

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

Shades of Rich Gold #A45410

Tints of Rich Gold #A45410

RGB

 RED value IS 164 (64.45% from 255) = 62.12%

 GREEN value IS 84 (33.2% from 255) = 31.82%

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

R = 62.12%
G = 31.82%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A45410 (or 0xA45410) is known color: Rich Gold. HEX triplet: A4, 54 and 10. RGB value is (164,84,16). Sum of RGB (Red+Green+Blue) = 164+84+16=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A45410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45410 is #5BABEF. Grayscale: #646464. Windows color (decimal): -6007792 or 1070244. OLE color: 1070244.

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

Color convert

RGB 164 84 16 -
CMYK 0 0.49 0.90 0.36
HSL 27.57º 0.82% 0.35% -
HSV(B) 27.57º 0.9% 0.64% -
XYZ 18.57 14.27 2.27 -
YUV 100.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 164 84 16 0 0.49 0.90 0.36 27.57 0.82 0.35
Hex A4 54 10 0 31 5A 24 1C 52 23
Octal 244 124 20 0 61 132 44 34 122 43
Binary 10100100 1010100 10000 0 110001 1011010 100100 11100 1010010 100011

Color Harmonies of #A45410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45410

Black with #A45410

Text Example


Text Example

White with #A45410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45410; }

 p { color: rgb(164,84,16); }

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

background-color css

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

 a { background-color: rgb(164,84,16); }

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

border-color css

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

 span { border-color: rgb(164,84,16); }

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