Html Css Color HEX #A14C1E Rich Gold

📋 copy color: '#A14C1E'

red 161 ◦ green 76 ◦ blue 30

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

Shades of Rich Gold #A14C1E

Tints of Rich Gold #A14C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 60.3%
G = 28.46%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A14C1E (or 0xA14C1E) is known color: Rich Gold. HEX triplet: A1, 4C and 1E. RGB value is (161,76,30). Sum of RGB (Red+Green+Blue) = 161+76+30=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C1E is #5EB3E1. Grayscale: #606060. Windows color (decimal): -6206434 or 1985697. OLE color: 1985697.

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

Color convert

RGB 161 76 30 -
CMYK 0 0.53 0.81 0.37
HSL 21.07º 0.69% 0.37% -
HSV(B) 21.07º 0.81% 0.63% -
XYZ 17.52 12.84 2.78 -
YUV 96.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 161 76 30 0 0.53 0.81 0.37 21.07 0.69 0.37
Hex A1 4C 1E 0 35 51 25 15 45 25
Octal 241 114 36 0 65 121 45 25 105 45
Binary 10100001 1001100 11110 0 110101 1010001 100101 10101 1000101 100101

Color Harmonies of #A14C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C1E

Black with #A14C1E

Text Example


Text Example

White with #A14C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C1E; }

 p { color: rgb(161,76,30); }

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

background-color css

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

 a { background-color: rgb(161,76,30); }

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

border-color css

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

 span { border-color: rgb(161,76,30); }

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