Html Css Color HEX #A54231 Rock Spray

📋 copy color: '#A54231'

red 165 ◦ green 66 ◦ blue 49

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

Shades of Rock Spray #A54231

Tints of Rock Spray #A54231

RGB

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

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

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

R = 58.93%
G = 23.57%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A54231 (or 0xA54231) is known color: Rock Spray. HEX triplet: A5, 42 and 31. RGB value is (165,66,49). Sum of RGB (Red+Green+Blue) = 165+66+49=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A54231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54231 is #5ABDCE. Grayscale: #5D5D5D. Windows color (decimal): -5946831 or 3228325. OLE color: 3228325.

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

Color convert

RGB 165 66 49 -
CMYK 0 0.60 0.70 0.35
HSL 8.79º 0.54% 0.42% -
HSV(B) 8.79º 0.7% 0.65% -
XYZ 18.02 12.12 4.29 -
YUV 93.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 165 66 49 0 0.60 0.70 0.35 8.79 0.54 0.42
Hex A5 42 31 0 3C 46 23 9 36 2A
Octal 245 102 61 0 74 106 43 11 66 52
Binary 10100101 1000010 110001 0 111100 1000110 100011 1001 110110 101010

Color Harmonies of #A54231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54231

Black with #A54231

Text Example


Text Example

White with #A54231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54231; }

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

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

background-color css

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

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

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

border-color css

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

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

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