Html Css Color HEX #A24B27 Rich Gold

📋 copy color: '#A24B27'

red 162 ◦ green 75 ◦ blue 39

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

Shades of Rich Gold #A24B27

Tints of Rich Gold #A24B27

RGB

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

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

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

R = 58.7%
G = 27.17%
B = 14.13%

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

#A24B27 (or 0xA24B27) is known color: Rich Gold. HEX triplet: A2, 4B and 27. RGB value is (162,75,39). Sum of RGB (Red+Green+Blue) = 162+75+39=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B27 is #5DB4D8. Grayscale: #616161. Windows color (decimal): -6141145 or 2575266. OLE color: 2575266.

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

Color convert

RGB 162 75 39 -
CMYK 0 0.54 0.76 0.36
HSL 17.56º 0.61% 0.39% -
HSV(B) 17.56º 0.76% 0.64% -
XYZ 17.78 12.86 3.46 -
YUV 96.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 162 75 39 0 0.54 0.76 0.36 17.56 0.61 0.39
Hex A2 4B 27 0 36 4C 24 12 3D 27
Octal 242 113 47 0 66 114 44 22 75 47
Binary 10100010 1001011 100111 0 110110 1001100 100100 10010 111101 100111

Color Harmonies of #A24B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B27

Black with #A24B27

Text Example


Text Example

White with #A24B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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