Html Css Color HEX #A24E1B Rich Gold

📋 copy color: '#A24E1B'

red 162 ◦ green 78 ◦ blue 27

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

Shades of Rich Gold #A24E1B

Tints of Rich Gold #A24E1B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.21%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 60.67%
G = 29.21%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A24E1B (or 0xA24E1B) is known color: Rich Gold. HEX triplet: A2, 4E and 1B. RGB value is (162,78,27). Sum of RGB (Red+Green+Blue) = 162+78+27=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E1B is #5DB1E4. Grayscale: #616161. Windows color (decimal): -6140389 or 1789602. OLE color: 1789602.

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

Color convert

RGB 162 78 27 -
CMYK 0 0.52 0.83 0.36
HSL 22.67º 0.71% 0.37% -
HSV(B) 22.67º 0.83% 0.64% -
XYZ 17.82 13.21 2.65 -
YUV 97.3 88.33 174.15 -
System Red Green Blue C M Y K H S L
Decimal 162 78 27 0 0.52 0.83 0.36 22.67 0.71 0.37
Hex A2 4E 1B 0 34 53 24 17 47 25
Octal 242 116 33 0 64 123 44 27 107 45
Binary 10100010 1001110 11011 0 110100 1010011 100100 10111 1000111 100101

Color Harmonies of #A24E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E1B

Black with #A24E1B

Text Example


Text Example

White with #A24E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E1B; }

 p { color: rgb(162,78,27); }

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

background-color css

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

 a { background-color: rgb(162,78,27); }

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

border-color css

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

 span { border-color: rgb(162,78,27); }

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