Html Css Color HEX #A6581A Rich Gold

📋 copy color: '#A6581A'

red 166 ◦ green 88 ◦ blue 26

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

Shades of Rich Gold #A6581A

Tints of Rich Gold #A6581A

RGB

 RED value IS 166 (65.23% from 255) = 59.29%

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 59.29%
G = 31.43%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6581A (or 0xA6581A) is known color: Rich Gold. HEX triplet: A6, 58 and 1A. RGB value is (166,88,26). Sum of RGB (Red+Green+Blue) = 166+88+26=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6581A is #59A7E5. Grayscale: #686868. Windows color (decimal): -5875686 or 1726630. OLE color: 1726630.

HSL color Cylindrical-coordinate representation of color #A6581A: hue angle of 26.57º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6581A is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 26 -
CMYK 0 0.47 0.84 0.35
HSL 26.57º 0.73% 0.38% -
HSV(B) 26.57º 0.84% 0.65% -
XYZ 19.4 15.16 2.88 -
YUV 104.25 83.84 172.04 -
System Red Green Blue C M Y K H S L
Decimal 166 88 26 0 0.47 0.84 0.35 26.57 0.73 0.38
Hex A6 58 1A 0 2F 54 23 1B 49 26
Octal 246 130 32 0 57 124 43 33 111 46
Binary 10100110 1011000 11010 0 101111 1010100 100011 11011 1001001 100110

Color Harmonies of #A6581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6581A

Black with #A6581A

Text Example


Text Example

White with #A6581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6581A; }

 p { color: rgb(166,88,26); }

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

background-color css

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

 a { background-color: rgb(166,88,26); }

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

border-color css

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

 span { border-color: rgb(166,88,26); }

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