Html Css Color HEX #A54531 Rock Spray

📋 copy color: '#A54531'

red 165 ◦ green 69 ◦ blue 49

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

Shades of Rock Spray #A54531

Tints of Rock Spray #A54531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.38%

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

R = 58.3%
G = 24.38%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A54531 (or 0xA54531) is known color: Rock Spray. HEX triplet: A5, 45 and 31. RGB value is (165,69,49). Sum of RGB (Red+Green+Blue) = 165+69+49=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A54531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54531 is #5ABACE. Grayscale: #5F5F5F. Windows color (decimal): -5946063 or 3229093. OLE color: 3229093.

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

Color convert

RGB 165 69 49 -
CMYK 0 0.58 0.70 0.35
HSL 10.34º 0.54% 0.42% -
HSV(B) 10.34º 0.7% 0.65% -
XYZ 18.2 12.48 4.35 -
YUV 95.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 165 69 49 0 0.58 0.70 0.35 10.34 0.54 0.42
Hex A5 45 31 0 3A 46 23 A 36 2A
Octal 245 105 61 0 72 106 43 12 66 52
Binary 10100101 1000101 110001 0 111010 1000110 100011 1010 110110 101010

Color Harmonies of #A54531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54531

Black with #A54531

Text Example


Text Example

White with #A54531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54531; }

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

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

background-color css

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

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

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

border-color css

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

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

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