Html Css Color HEX #A6481B Rich Gold

📋 copy color: '#A6481B'

red 166 ◦ green 72 ◦ blue 27

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

Shades of Rich Gold #A6481B

Tints of Rich Gold #A6481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

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

R = 62.64%
G = 27.17%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6481B (or 0xA6481B) is known color: Rich Gold. HEX triplet: A6, 48 and 1B. RGB value is (166,72,27). Sum of RGB (Red+Green+Blue) = 166+72+27=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6481B is #59B7E4. Grayscale: #5F5F5F. Windows color (decimal): -5879781 or 1788070. OLE color: 1788070.

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

Color convert

RGB 166 72 27 -
CMYK 0 0.57 0.84 0.35
HSL 19.42º 0.72% 0.38% -
HSV(B) 19.42º 0.84% 0.65% -
XYZ 18.24 12.82 2.55 -
YUV 94.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 166 72 27 0 0.57 0.84 0.35 19.42 0.72 0.38
Hex A6 48 1B 0 39 54 23 13 48 26
Octal 246 110 33 0 71 124 43 23 110 46
Binary 10100110 1001000 11011 0 111001 1010100 100011 10011 1001000 100110

Color Harmonies of #A6481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6481B

Black with #A6481B

Text Example


Text Example

White with #A6481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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