Html Css Color HEX #A45727 Rich Gold

📋 copy color: '#A45727'

red 164 ◦ green 87 ◦ blue 39

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

Shades of Rich Gold #A45727

Tints of Rich Gold #A45727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 56.55%
G = 30%
B = 13.45%

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

#A45727 (or 0xA45727) is known color: Rich Gold. HEX triplet: A4, 57 and 27. RGB value is (164,87,39). Sum of RGB (Red+Green+Blue) = 164+87+39=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A45727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45727 is #5BA8D8. Grayscale: #686868. Windows color (decimal): -6007001 or 2578340. OLE color: 2578340.

HSL color Cylindrical-coordinate representation of color #A45727: hue angle of 23.04º degrees, saturation: 0.62, 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 #A45727 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 87 39 -
CMYK 0 0.47 0.76 0.36
HSL 23.04º 0.62% 0.4% -
HSV(B) 23.04º 0.76% 0.64% -
XYZ 19.08 14.86 3.78 -
YUV 104.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 164 87 39 0 0.47 0.76 0.36 23.04 0.62 0.4
Hex A4 57 27 0 2F 4C 24 17 3E 28
Octal 244 127 47 0 57 114 44 27 76 50
Binary 10100100 1010111 100111 0 101111 1001100 100100 10111 111110 101000

Color Harmonies of #A45727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45727

Black with #A45727

Text Example


Text Example

White with #A45727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45727; }

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

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

background-color css

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

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

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

border-color css

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

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

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