Html Css Color HEX #A4561A Rich Gold

📋 copy color: '#A4561A'

red 164 ◦ green 86 ◦ blue 26

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

Shades of Rich Gold #A4561A

Tints of Rich Gold #A4561A

RGB

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

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

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

R = 59.42%
G = 31.16%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4561A (or 0xA4561A) is known color: Rich Gold. HEX triplet: A4, 56 and 1A. RGB value is (164,86,26). Sum of RGB (Red+Green+Blue) = 164+86+26=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4561A is #5BA9E5. Grayscale: #666666. Windows color (decimal): -6007270 or 1726116. OLE color: 1726116.

HSL color Cylindrical-coordinate representation of color #A4561A: hue angle of 26.09º 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 #A4561A is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 86 26 -
CMYK 0 0.48 0.84 0.36
HSL 26.09º 0.73% 0.37% -
HSV(B) 26.09º 0.84% 0.64% -
XYZ 18.82 14.62 2.81 -
YUV 102.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 164 86 26 0 0.48 0.84 0.36 26.09 0.73 0.37
Hex A4 56 1A 0 30 54 24 1A 49 25
Octal 244 126 32 0 60 124 44 32 111 45
Binary 10100100 1010110 11010 0 110000 1010100 100100 11010 1001001 100101

Color Harmonies of #A4561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4561A

Black with #A4561A

Text Example


Text Example

White with #A4561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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