Html Css Color HEX #A54932 Rock Spray

📋 copy color: '#A54932'

red 165 ◦ green 73 ◦ blue 50

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

Shades of Rock Spray #A54932

Tints of Rock Spray #A54932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 57.29%
G = 25.35%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A54932 (or 0xA54932) is known color: Rock Spray. HEX triplet: A5, 49 and 32. RGB value is (165,73,50). Sum of RGB (Red+Green+Blue) = 165+73+50=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A54932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54932 is #5AB6CD. Grayscale: #626262. Windows color (decimal): -5945038 or 3295653. OLE color: 3295653.

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

Color convert

RGB 165 73 50 -
CMYK 0 0.56 0.70 0.35
HSL 12º 0.53% 0.42% -
HSV(B) 12º 0.7% 0.65% -
XYZ 18.48 12.99 4.55 -
YUV 97.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 165 73 50 0 0.56 0.70 0.35 12 0.53 0.42
Hex A5 49 32 0 38 46 23 C 35 2A
Octal 245 111 62 0 70 106 43 14 65 52
Binary 10100101 1001001 110010 0 111000 1000110 100011 1100 110101 101010

Color Harmonies of #A54932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54932

Black with #A54932

Text Example


Text Example

White with #A54932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54932; }

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

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

background-color css

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

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

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

border-color css

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

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

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