Html Css Color HEX #A24B1E Rich Gold

📋 copy color: '#A24B1E'

red 162 ◦ green 75 ◦ blue 30

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

Shades of Rich Gold #A24B1E

Tints of Rich Gold #A24B1E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.09%

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

R = 60.67%
G = 28.09%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A24B1E (or 0xA24B1E) is known color: Rich Gold. HEX triplet: A2, 4B and 1E. RGB value is (162,75,30). Sum of RGB (Red+Green+Blue) = 162+75+30=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B1E is #5DB4E1. Grayscale: #606060. Windows color (decimal): -6141154 or 1985442. OLE color: 1985442.

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

Color convert

RGB 162 75 30 -
CMYK 0 0.54 0.81 0.36
HSL 20.45º 0.69% 0.38% -
HSV(B) 20.45º 0.81% 0.64% -
XYZ 17.65 12.81 2.77 -
YUV 95.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 162 75 30 0 0.54 0.81 0.36 20.45 0.69 0.38
Hex A2 4B 1E 0 36 51 24 14 45 26
Octal 242 113 36 0 66 121 44 24 105 46
Binary 10100010 1001011 11110 0 110110 1010001 100100 10100 1000101 100110

Color Harmonies of #A24B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B1E

Black with #A24B1E

Text Example


Text Example

White with #A24B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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