Html Css Color HEX #A2461E Rich Gold

📋 copy color: '#A2461E'

red 162 ◦ green 70 ◦ blue 30

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

Shades of Rich Gold #A2461E

Tints of Rich Gold #A2461E

RGB

 RED value IS 162 (63.67% from 255) = 61.83%

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

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

R = 61.83%
G = 26.72%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2461E (or 0xA2461E) is known color: Rich Gold. HEX triplet: A2, 46 and 1E. RGB value is (162,70,30). Sum of RGB (Red+Green+Blue) = 162+70+30=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A2461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2461E is #5DB9E1. Grayscale: #5D5D5D. Windows color (decimal): -6142434 or 1984162. OLE color: 1984162.

HSL color Cylindrical-coordinate representation of color #A2461E: hue angle of 18.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2461E is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 70 30 -
CMYK 0 0.57 0.81 0.36
HSL 18.18º 0.69% 0.38% -
HSV(B) 18.18º 0.81% 0.64% -
XYZ 17.32 12.16 2.66 -
YUV 92.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 162 70 30 0 0.57 0.81 0.36 18.18 0.69 0.38
Hex A2 46 1E 0 39 51 24 12 45 26
Octal 242 106 36 0 71 121 44 22 105 46
Binary 10100010 1000110 11110 0 111001 1010001 100100 10010 1000101 100110

Color Harmonies of #A2461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2461E

Black with #A2461E

Text Example


Text Example

White with #A2461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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