Html Css Color HEX #A54331 Rock Spray

📋 copy color: '#A54331'

red 165 ◦ green 67 ◦ blue 49

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

Shades of Rock Spray #A54331

Tints of Rock Spray #A54331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.84%

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 58.72%
G = 23.84%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A54331 (or 0xA54331) is known color: Rock Spray. HEX triplet: A5, 43 and 31. RGB value is (165,67,49). Sum of RGB (Red+Green+Blue) = 165+67+49=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A54331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54331 is #5ABCCE. Grayscale: #5E5E5E. Windows color (decimal): -5946575 or 3228581. OLE color: 3228581.

HSL color Cylindrical-coordinate representation of color #A54331: hue angle of 9.31º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54331 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 67 49 -
CMYK 0 0.59 0.70 0.35
HSL 9.31º 0.54% 0.42% -
HSV(B) 9.31º 0.7% 0.65% -
XYZ 18.08 12.24 4.31 -
YUV 94.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 165 67 49 0 0.59 0.70 0.35 9.31 0.54 0.42
Hex A5 43 31 0 3B 46 23 9 36 2A
Octal 245 103 61 0 73 106 43 11 66 52
Binary 10100101 1000011 110001 0 111011 1000110 100011 1001 110110 101010

Color Harmonies of #A54331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54331

Black with #A54331

Text Example


Text Example

White with #A54331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54331; }

 p { color: rgb(165,67,49); }

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

background-color css

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

 a { background-color: rgb(165,67,49); }

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

border-color css

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

 span { border-color: rgb(165,67,49); }

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