Html Css Color HEX #A24B25 Rich Gold

📋 copy color: '#A24B25'

red 162 ◦ green 75 ◦ blue 37

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

Shades of Rich Gold #A24B25

Tints of Rich Gold #A24B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.5%

R = 59.12%
G = 27.37%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A24B25 (or 0xA24B25) is known color: Rich Gold. HEX triplet: A2, 4B and 25. RGB value is (162,75,37). Sum of RGB (Red+Green+Blue) = 162+75+37=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B25 is #5DB4DA. Grayscale: #606060. Windows color (decimal): -6141147 or 2444194. OLE color: 2444194.

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

Color convert

RGB 162 75 37 -
CMYK 0 0.54 0.77 0.36
HSL 18.24º 0.63% 0.39% -
HSV(B) 18.24º 0.77% 0.64% -
XYZ 17.75 12.85 3.29 -
YUV 96.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 162 75 37 0 0.54 0.77 0.36 18.24 0.63 0.39
Hex A2 4B 25 0 36 4D 24 12 3F 27
Octal 242 113 45 0 66 115 44 22 77 47
Binary 10100010 1001011 100101 0 110110 1001101 100100 10010 111111 100111

Color Harmonies of #A24B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B25

Black with #A24B25

Text Example


Text Example

White with #A24B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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