Html Css Color HEX #A8461E Rich Gold

📋 copy color: '#A8461E'

red 168 ◦ green 70 ◦ blue 30

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

Shades of Rich Gold #A8461E

Tints of Rich Gold #A8461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 62.69%
G = 26.12%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8461E (or 0xA8461E) is known color: Rich Gold. HEX triplet: A8, 46 and 1E. RGB value is (168,70,30). Sum of RGB (Red+Green+Blue) = 168+70+30=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8461E is #57B9E1. Grayscale: #5E5E5E. Windows color (decimal): -5749218 or 1984168. OLE color: 1984168.

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

Color convert

RGB 168 70 30 -
CMYK 0 0.58 0.82 0.34
HSL 17.39º 0.7% 0.39% -
HSV(B) 17.39º 0.82% 0.66% -
XYZ 18.57 12.8 2.72 -
YUV 94.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 168 70 30 0 0.58 0.82 0.34 17.39 0.7 0.39
Hex A8 46 1E 0 3A 52 22 11 46 27
Octal 250 106 36 0 72 122 42 21 106 47
Binary 10101000 1000110 11110 0 111010 1010010 100010 10001 1000110 100111

Color Harmonies of #A8461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8461E

Black with #A8461E

Text Example


Text Example

White with #A8461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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