Html Css Color HEX #A4561E Rich Gold

📋 copy color: '#A4561E'

red 164 ◦ green 86 ◦ blue 30

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

Shades of Rich Gold #A4561E

Tints of Rich Gold #A4561E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 58.57%
G = 30.71%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4561E (or 0xA4561E) is known color: Rich Gold. HEX triplet: A4, 56 and 1E. RGB value is (164,86,30). Sum of RGB (Red+Green+Blue) = 164+86+30=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4561E is #5BA9E1. Grayscale: #676767. Windows color (decimal): -6007266 or 1988260. OLE color: 1988260.

HSL color Cylindrical-coordinate representation of color #A4561E: hue angle of 25.07º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4561E is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 86 30 -
CMYK 0 0.48 0.82 0.36
HSL 25.07º 0.69% 0.38% -
HSV(B) 25.07º 0.82% 0.64% -
XYZ 18.87 14.64 3.06 -
YUV 102.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 164 86 30 0 0.48 0.82 0.36 25.07 0.69 0.38
Hex A4 56 1E 0 30 52 24 19 45 26
Octal 244 126 36 0 60 122 44 31 105 46
Binary 10100100 1010110 11110 0 110000 1010010 100100 11001 1000101 100110

Color Harmonies of #A4561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4561E

Black with #A4561E

Text Example


Text Example

White with #A4561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4561E; }

 p { color: rgb(164,86,30); }

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

background-color css

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

 a { background-color: rgb(164,86,30); }

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

border-color css

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

 span { border-color: rgb(164,86,30); }

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