Html Css Color HEX #A14D1A Rich Gold

📋 copy color: '#A14D1A'

red 161 ◦ green 77 ◦ blue 26

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

Shades of Rich Gold #A14D1A

Tints of Rich Gold #A14D1A

RGB

 RED value IS 161 (63.28% from 255) = 60.98%

 GREEN value IS 77 (30.47% from 255) = 29.17%

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 60.98%
G = 29.17%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A14D1A (or 0xA14D1A) is known color: Rich Gold. HEX triplet: A1, 4D and 1A. RGB value is (161,77,26). Sum of RGB (Red+Green+Blue) = 161+77+26=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D1A is #5EB2E5. Grayscale: #606060. Windows color (decimal): -6206182 or 1723809. OLE color: 1723809.

HSL color Cylindrical-coordinate representation of color #A14D1A: hue angle of 22.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A14D1A is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 26 -
CMYK 0 0.52 0.84 0.37
HSL 22.67º 0.72% 0.37% -
HSV(B) 22.67º 0.84% 0.63% -
XYZ 17.54 12.96 2.55 -
YUV 96.3 88.33 174.15 -
System Red Green Blue C M Y K H S L
Decimal 161 77 26 0 0.52 0.84 0.37 22.67 0.72 0.37
Hex A1 4D 1A 0 34 54 25 17 48 25
Octal 241 115 32 0 64 124 45 27 110 45
Binary 10100001 1001101 11010 0 110100 1010100 100101 10111 1001000 100101

Color Harmonies of #A14D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D1A

Black with #A14D1A

Text Example


Text Example

White with #A14D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D1A; }

 p { color: rgb(161,77,26); }

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

background-color css

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

 a { background-color: rgb(161,77,26); }

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

border-color css

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

 span { border-color: rgb(161,77,26); }

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