Html Css Color HEX #A45312 Rich Gold

📋 copy color: '#A45312'

red 164 ◦ green 83 ◦ blue 18

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

Shades of Rich Gold #A45312

Tints of Rich Gold #A45312

RGB

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

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

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

R = 61.89%
G = 31.32%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A45312 (or 0xA45312) is known color: Rich Gold. HEX triplet: A4, 53 and 12. RGB value is (164,83,18). Sum of RGB (Red+Green+Blue) = 164+83+18=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A45312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45312 is #5BACED. Grayscale: #646464. Windows color (decimal): -6008046 or 1201060. OLE color: 1201060.

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

Color convert

RGB 164 83 18 -
CMYK 0 0.49 0.89 0.36
HSL 26.71º 0.8% 0.36% -
HSV(B) 26.71º 0.89% 0.64% -
XYZ 18.51 14.12 2.32 -
YUV 99.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 164 83 18 0 0.49 0.89 0.36 26.71 0.8 0.36
Hex A4 53 12 0 31 59 24 1B 50 24
Octal 244 123 22 0 61 131 44 33 120 44
Binary 10100100 1010011 10010 0 110001 1011001 100100 11011 1010000 100100

Color Harmonies of #A45312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45312

Black with #A45312

Text Example


Text Example

White with #A45312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45312; }

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

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

background-color css

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

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

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

border-color css

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

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

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