Html Css Color HEX #A54933 Rock Spray

📋 copy color: '#A54933'

red 165 ◦ green 73 ◦ blue 51

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

Shades of Rock Spray #A54933

Tints of Rock Spray #A54933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 57.09%
G = 25.26%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A54933 (or 0xA54933) is known color: Rock Spray. HEX triplet: A5, 49 and 33. RGB value is (165,73,51). Sum of RGB (Red+Green+Blue) = 165+73+51=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A54933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54933 is #5AB6CC. Grayscale: #626262. Windows color (decimal): -5945037 or 3361189. OLE color: 3361189.

HSL color Cylindrical-coordinate representation of color #A54933: hue angle of 11.58º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54933 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 51 -
CMYK 0 0.56 0.69 0.35
HSL 11.58º 0.53% 0.42% -
HSV(B) 11.58º 0.69% 0.65% -
XYZ 18.5 13 4.67 -
YUV 98 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 165 73 51 0 0.56 0.69 0.35 11.58 0.53 0.42
Hex A5 49 33 0 38 45 23 C 35 2A
Octal 245 111 63 0 70 105 43 14 65 52
Binary 10100101 1001001 110011 0 111000 1000101 100011 1100 110101 101010

Color Harmonies of #A54933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54933

Black with #A54933

Text Example


Text Example

White with #A54933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54933; }

 p { color: rgb(165,73,51); }

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

background-color css

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

 a { background-color: rgb(165,73,51); }

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

border-color css

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

 span { border-color: rgb(165,73,51); }

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