Html Css Color HEX #A24A27 Rich Gold

📋 copy color: '#A24A27'

red 162 ◦ green 74 ◦ blue 39

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

Shades of Rich Gold #A24A27

Tints of Rich Gold #A24A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 58.91%
G = 26.91%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A24A27 (or 0xA24A27) is known color: Rich Gold. HEX triplet: A2, 4A and 27. RGB value is (162,74,39). Sum of RGB (Red+Green+Blue) = 162+74+39=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A27 is #5DB5D8. Grayscale: #606060. Windows color (decimal): -6141401 or 2575010. OLE color: 2575010.

HSL color Cylindrical-coordinate representation of color #A24A27: hue angle of 17.07º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A24A27 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 39 -
CMYK 0 0.54 0.76 0.36
HSL 17.07º 0.61% 0.39% -
HSV(B) 17.07º 0.76% 0.64% -
XYZ 17.72 12.73 3.44 -
YUV 96.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 162 74 39 0 0.54 0.76 0.36 17.07 0.61 0.39
Hex A2 4A 27 0 36 4C 24 11 3D 27
Octal 242 112 47 0 66 114 44 21 75 47
Binary 10100010 1001010 100111 0 110110 1001100 100100 10001 111101 100111

Color Harmonies of #A24A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A27

Black with #A24A27

Text Example


Text Example

White with #A24A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A27; }

 p { color: rgb(162,74,39); }

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

background-color css

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

 a { background-color: rgb(162,74,39); }

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

border-color css

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

 span { border-color: rgb(162,74,39); }

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