Html Css Color HEX #A54224 Rock Spray

📋 copy color: '#A54224'

red 165 ◦ green 66 ◦ blue 36

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

Shades of Rock Spray #A54224

Tints of Rock Spray #A54224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 61.8%
G = 24.72%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A54224 (or 0xA54224) is known color: Rock Spray. HEX triplet: A5, 42 and 24. RGB value is (165,66,36). Sum of RGB (Red+Green+Blue) = 165+66+36=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A54224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54224 is #5ABDDB. Grayscale: #5C5C5C. Windows color (decimal): -5946844 or 2376357. OLE color: 2376357.

HSL color Cylindrical-coordinate representation of color #A54224: hue angle of 13.95º 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 #A54224 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 36 -
CMYK 0 0.60 0.78 0.35
HSL 13.95º 0.64% 0.39% -
HSV(B) 13.95º 0.78% 0.65% -
XYZ 17.78 12.02 3.05 -
YUV 92.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 165 66 36 0 0.60 0.78 0.35 13.95 0.64 0.39
Hex A5 42 24 0 3C 4E 23 E 40 27
Octal 245 102 44 0 74 116 43 16 100 47
Binary 10100101 1000010 100100 0 111100 1001110 100011 1110 1000000 100111

Color Harmonies of #A54224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54224

Black with #A54224

Text Example


Text Example

White with #A54224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54224; }

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

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

background-color css

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

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

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

border-color css

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

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

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