Html Css Color HEX #A45310 Rich Gold

📋 copy color: '#A45310'

red 164 ◦ green 83 ◦ blue 16

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

Shades of Rich Gold #A45310

Tints of Rich Gold #A45310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.56%

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

R = 62.36%
G = 31.56%
B = 6.08%

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

#A45310 (or 0xA45310) is known color: Rich Gold. HEX triplet: A4, 53 and 10. RGB value is (164,83,16). Sum of RGB (Red+Green+Blue) = 164+83+16=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A45310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45310 is #5BACEF. Grayscale: #636363. Windows color (decimal): -6008048 or 1069988. OLE color: 1069988.

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

Color convert

RGB 164 83 16 -
CMYK 0 0.49 0.90 0.36
HSL 27.16º 0.82% 0.35% -
HSV(B) 27.16º 0.9% 0.64% -
XYZ 18.5 14.12 2.24 -
YUV 99.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 164 83 16 0 0.49 0.90 0.36 27.16 0.82 0.35
Hex A4 53 10 0 31 5A 24 1B 52 23
Octal 244 123 20 0 61 132 44 33 122 43
Binary 10100100 1010011 10000 0 110001 1011010 100100 11011 1010010 100011

Color Harmonies of #A45310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45310

Black with #A45310

Text Example


Text Example

White with #A45310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45310; }

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

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

background-color css

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

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

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

border-color css

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

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

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