Html Css Color HEX #A6582A Rich Gold

📋 copy color: '#A6582A'

red 166 ◦ green 88 ◦ blue 42

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

Shades of Rich Gold #A6582A

Tints of Rich Gold #A6582A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 56.08%
G = 29.73%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6582A (or 0xA6582A) is known color: Rich Gold. HEX triplet: A6, 58 and 2A. RGB value is (166,88,42). Sum of RGB (Red+Green+Blue) = 166+88+42=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6582A is #59A7D5. Grayscale: #6A6A6A. Windows color (decimal): -5875670 or 2775206. OLE color: 2775206.

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

Color convert

RGB 166 88 42 -
CMYK 0 0.47 0.75 0.35
HSL 22.26º 0.6% 0.41% -
HSV(B) 22.26º 0.75% 0.65% -
XYZ 19.63 15.25 4.1 -
YUV 106.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 166 88 42 0 0.47 0.75 0.35 22.26 0.6 0.41
Hex A6 58 2A 0 2F 4B 23 16 3C 29
Octal 246 130 52 0 57 113 43 26 74 51
Binary 10100110 1011000 101010 0 101111 1001011 100011 10110 111100 101001

Color Harmonies of #A6582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6582A

Black with #A6582A

Text Example


Text Example

White with #A6582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6582A; }

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

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

background-color css

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

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

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

border-color css

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

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

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