Html Css Color HEX #A8461B Rich Gold

📋 copy color: '#A8461B'

red 168 ◦ green 70 ◦ blue 27

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

Shades of Rich Gold #A8461B

Tints of Rich Gold #A8461B

RGB

 RED value IS 168 (66.02% from 255) = 63.4%

 GREEN value IS 70 (27.73% from 255) = 26.42%

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

R = 63.4%
G = 26.42%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A8461B (or 0xA8461B) is known color: Rich Gold. HEX triplet: A8, 46 and 1B. RGB value is (168,70,27). Sum of RGB (Red+Green+Blue) = 168+70+27=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8461B is #57B9E4. Grayscale: #5E5E5E. Windows color (decimal): -5749221 or 1787560. OLE color: 1787560.

HSL color Cylindrical-coordinate representation of color #A8461B: hue angle of 18.3º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8461B is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 70 27 -
CMYK 0 0.58 0.84 0.34
HSL 18.3º 0.72% 0.38% -
HSV(B) 18.3º 0.84% 0.66% -
XYZ 18.54 12.78 2.53 -
YUV 94.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 168 70 27 0 0.58 0.84 0.34 18.3 0.72 0.38
Hex A8 46 1B 0 3A 54 22 12 48 26
Octal 250 106 33 0 72 124 42 22 110 46
Binary 10101000 1000110 11011 0 111010 1010100 100010 10010 1001000 100110

Color Harmonies of #A8461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8461B

Black with #A8461B

Text Example


Text Example

White with #A8461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8461B; }

 p { color: rgb(168,70,27); }

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

background-color css

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

 a { background-color: rgb(168,70,27); }

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

border-color css

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

 span { border-color: rgb(168,70,27); }

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