Html Css Color HEX #A24C1E Rich Gold

📋 copy color: '#A24C1E'

red 162 ◦ green 76 ◦ blue 30

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

Shades of Rich Gold #A24C1E

Tints of Rich Gold #A24C1E

RGB

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

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

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

R = 60.45%
G = 28.36%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A24C1E (or 0xA24C1E) is known color: Rich Gold. HEX triplet: A2, 4C and 1E. RGB value is (162,76,30). Sum of RGB (Red+Green+Blue) = 162+76+30=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C1E is #5DB3E1. Grayscale: #606060. Windows color (decimal): -6140898 or 1985698. OLE color: 1985698.

HSL color Cylindrical-coordinate representation of color #A24C1E: hue angle of 20.91º 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 #A24C1E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 76 30 -
CMYK 0 0.53 0.81 0.36
HSL 20.91º 0.69% 0.38% -
HSV(B) 20.91º 0.81% 0.64% -
XYZ 17.72 12.94 2.79 -
YUV 96.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 162 76 30 0 0.53 0.81 0.36 20.91 0.69 0.38
Hex A2 4C 1E 0 35 51 24 15 45 26
Octal 242 114 36 0 65 121 44 25 105 46
Binary 10100010 1001100 11110 0 110101 1010001 100100 10101 1000101 100110

Color Harmonies of #A24C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C1E

Black with #A24C1E

Text Example


Text Example

White with #A24C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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