Html Css Color HEX #A45314 Rich Gold

📋 copy color: '#A45314'

red 164 ◦ green 83 ◦ blue 20

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

Shades of Rich Gold #A45314

Tints of Rich Gold #A45314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 61.42%
G = 31.09%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A45314 (or 0xA45314) is known color: Rich Gold. HEX triplet: A4, 53 and 14. RGB value is (164,83,20). Sum of RGB (Red+Green+Blue) = 164+83+20=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A45314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45314 is #5BACEB. Grayscale: #646464. Windows color (decimal): -6008044 or 1332132. OLE color: 1332132.

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

Color convert

RGB 164 83 20 -
CMYK 0 0.49 0.88 0.36
HSL 26.25º 0.78% 0.36% -
HSV(B) 26.25º 0.88% 0.64% -
XYZ 18.53 14.13 2.41 -
YUV 100.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 164 83 20 0 0.49 0.88 0.36 26.25 0.78 0.36
Hex A4 53 14 0 31 58 24 1A 4E 24
Octal 244 123 24 0 61 130 44 32 116 44
Binary 10100100 1010011 10100 0 110001 1011000 100100 11010 1001110 100100

Color Harmonies of #A45314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45314

Black with #A45314

Text Example


Text Example

White with #A45314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45314; }

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

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

background-color css

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

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

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

border-color css

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

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

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