Html Css Color HEX #A45728 Rich Gold

📋 copy color: '#A45728'

red 164 ◦ green 87 ◦ blue 40

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

Shades of Rich Gold #A45728

Tints of Rich Gold #A45728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 56.36%
G = 29.9%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A45728 (or 0xA45728) is known color: Rich Gold. HEX triplet: A4, 57 and 28. RGB value is (164,87,40). Sum of RGB (Red+Green+Blue) = 164+87+40=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A45728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45728 is #5BA8D7. Grayscale: #686868. Windows color (decimal): -6007000 or 2643876. OLE color: 2643876.

HSL color Cylindrical-coordinate representation of color #A45728: hue angle of 22.74º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A45728 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 87 40 -
CMYK 0 0.47 0.76 0.36
HSL 22.74º 0.61% 0.4% -
HSV(B) 22.74º 0.76% 0.64% -
XYZ 19.1 14.86 3.87 -
YUV 104.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 164 87 40 0 0.47 0.76 0.36 22.74 0.61 0.4
Hex A4 57 28 0 2F 4C 24 17 3D 28
Octal 244 127 50 0 57 114 44 27 75 50
Binary 10100100 1010111 101000 0 101111 1001100 100100 10111 111101 101000

Color Harmonies of #A45728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45728

Black with #A45728

Text Example


Text Example

White with #A45728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45728; }

 p { color: rgb(164,87,40); }

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

background-color css

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

 a { background-color: rgb(164,87,40); }

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

border-color css

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

 span { border-color: rgb(164,87,40); }

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