Html Css Color HEX #A4591A Rich Gold

📋 copy color: '#A4591A'

red 164 ◦ green 89 ◦ blue 26

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

Shades of Rich Gold #A4591A

Tints of Rich Gold #A4591A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 58.78%
G = 31.9%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4591A (or 0xA4591A) is known color: Rich Gold. HEX triplet: A4, 59 and 1A. RGB value is (164,89,26). Sum of RGB (Red+Green+Blue) = 164+89+26=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4591A is #5BA6E5. Grayscale: #686868. Windows color (decimal): -6006502 or 1726884. OLE color: 1726884.

HSL color Cylindrical-coordinate representation of color #A4591A: hue angle of 27.39º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4591A is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 26 -
CMYK 0 0.46 0.84 0.36
HSL 27.39º 0.73% 0.37% -
HSV(B) 27.39º 0.84% 0.64% -
XYZ 19.07 15.11 2.89 -
YUV 104.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 164 89 26 0 0.46 0.84 0.36 27.39 0.73 0.37
Hex A4 59 1A 0 2E 54 24 1B 49 25
Octal 244 131 32 0 56 124 44 33 111 45
Binary 10100100 1011001 11010 0 101110 1010100 100100 11011 1001001 100101

Color Harmonies of #A4591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4591A

Black with #A4591A

Text Example


Text Example

White with #A4591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4591A; }

 p { color: rgb(164,89,26); }

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

background-color css

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

 a { background-color: rgb(164,89,26); }

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

border-color css

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

 span { border-color: rgb(164,89,26); }

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