Html Css Color HEX #A54631 Rock Spray

📋 copy color: '#A54631'

red 165 ◦ green 70 ◦ blue 49

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

Shades of Rock Spray #A54631

Tints of Rock Spray #A54631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

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

R = 58.1%
G = 24.65%
B = 17.25%

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

#A54631 (or 0xA54631) is known color: Rock Spray. HEX triplet: A5, 46 and 31. RGB value is (165,70,49). Sum of RGB (Red+Green+Blue) = 165+70+49=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A54631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54631 is #5AB9CE. Grayscale: #606060. Windows color (decimal): -5945807 or 3229349. OLE color: 3229349.

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

Color convert

RGB 165 70 49 -
CMYK 0 0.58 0.70 0.35
HSL 10.86º 0.54% 0.42% -
HSV(B) 10.86º 0.7% 0.65% -
XYZ 18.26 12.6 4.38 -
YUV 96.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 165 70 49 0 0.58 0.70 0.35 10.86 0.54 0.42
Hex A5 46 31 0 3A 46 23 B 36 2A
Octal 245 106 61 0 72 106 43 13 66 52
Binary 10100101 1000110 110001 0 111010 1000110 100011 1011 110110 101010

Color Harmonies of #A54631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54631

Black with #A54631

Text Example


Text Example

White with #A54631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54631; }

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

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

background-color css

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

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

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

border-color css

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

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

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