Html Css Color HEX #A53C28 Rock Spray

📋 copy color: '#A53C28'

red 165 ◦ green 60 ◦ blue 40

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

Shades of Rock Spray #A53C28

Tints of Rock Spray #A53C28

RGB

 RED value IS 165 (64.84% from 255) = 62.26%

 GREEN value IS 60 (23.83% from 255) = 22.64%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 62.26%
G = 22.64%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A53C28 (or 0xA53C28) is known color: Rock Spray. HEX triplet: A5, 3C and 28. RGB value is (165,60,40). Sum of RGB (Red+Green+Blue) = 165+60+40=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C28 is #5AC3D7. Grayscale: #595959. Windows color (decimal): -5948376 or 2636965. OLE color: 2636965.

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

Color convert

RGB 165 60 40 -
CMYK 0 0.64 0.76 0.35
HSL 9.6º 0.61% 0.4% -
HSV(B) 9.6º 0.76% 0.65% -
XYZ 17.52 11.38 3.28 -
YUV 89.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 165 60 40 0 0.64 0.76 0.35 9.6 0.61 0.4
Hex A5 3C 28 0 40 4C 23 A 3D 28
Octal 245 74 50 0 100 114 43 12 75 50
Binary 10100101 111100 101000 0 1000000 1001100 100011 1010 111101 101000

Color Harmonies of #A53C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C28

Black with #A53C28

Text Example


Text Example

White with #A53C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C28; }

 p { color: rgb(165,60,40); }

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

background-color css

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

 a { background-color: rgb(165,60,40); }

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

border-color css

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

 span { border-color: rgb(165,60,40); }

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