Html Css Color HEX #A54424 Rock Spray

📋 copy color: '#A54424'

red 165 ◦ green 68 ◦ blue 36

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

Shades of Rock Spray #A54424

Tints of Rock Spray #A54424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 61.34%
G = 25.28%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A54424 (or 0xA54424) is known color: Rock Spray. HEX triplet: A5, 44 and 24. RGB value is (165,68,36). Sum of RGB (Red+Green+Blue) = 165+68+36=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A54424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54424 is #5ABBDB. Grayscale: #5D5D5D. Windows color (decimal): -5946332 or 2376869. OLE color: 2376869.

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

Color convert

RGB 165 68 36 -
CMYK 0 0.59 0.78 0.35
HSL 14.88º 0.64% 0.39% -
HSV(B) 14.88º 0.78% 0.65% -
XYZ 17.9 12.26 3.09 -
YUV 93.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 165 68 36 0 0.59 0.78 0.35 14.88 0.64 0.39
Hex A5 44 24 0 3B 4E 23 F 40 27
Octal 245 104 44 0 73 116 43 17 100 47
Binary 10100101 1000100 100100 0 111011 1001110 100011 1111 1000000 100111

Color Harmonies of #A54424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54424

Black with #A54424

Text Example


Text Example

White with #A54424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54424; }

 p { color: rgb(165,68,36); }

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

background-color css

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

 a { background-color: rgb(165,68,36); }

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

border-color css

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

 span { border-color: rgb(165,68,36); }

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