Html Css Color HEX #A6591B Rich Gold

📋 copy color: '#A6591B'

red 166 ◦ green 89 ◦ blue 27

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

Shades of Rich Gold #A6591B

Tints of Rich Gold #A6591B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.57%

R = 58.87%
G = 31.56%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6591B (or 0xA6591B) is known color: Rich Gold. HEX triplet: A6, 59 and 1B. RGB value is (166,89,27). Sum of RGB (Red+Green+Blue) = 166+89+27=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6591B is #59A6E4. Grayscale: #696969. Windows color (decimal): -5875429 or 1792422. OLE color: 1792422.

HSL color Cylindrical-coordinate representation of color #A6591B: hue angle of 26.76º degrees, saturation: 0.72, 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 #A6591B is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 89 27 -
CMYK 0 0.46 0.84 0.35
HSL 26.76º 0.72% 0.38% -
HSV(B) 26.76º 0.84% 0.65% -
XYZ 19.5 15.33 2.97 -
YUV 104.96 84.01 171.54 -
System Red Green Blue C M Y K H S L
Decimal 166 89 27 0 0.46 0.84 0.35 26.76 0.72 0.38
Hex A6 59 1B 0 2E 54 23 1B 48 26
Octal 246 131 33 0 56 124 43 33 110 46
Binary 10100110 1011001 11011 0 101110 1010100 100011 11011 1001000 100110

Color Harmonies of #A6591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6591B

Black with #A6591B

Text Example


Text Example

White with #A6591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6591B; }

 p { color: rgb(166,89,27); }

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

background-color css

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

 a { background-color: rgb(166,89,27); }

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

border-color css

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

 span { border-color: rgb(166,89,27); }

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