Html Css Color HEX #A54832 Rock Spray

📋 copy color: '#A54832'

red 165 ◦ green 72 ◦ blue 50

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

Shades of Rock Spray #A54832

Tints of Rock Spray #A54832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 57.49%
G = 25.09%
B = 17.42%

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

#A54832 (or 0xA54832) is known color: Rock Spray. HEX triplet: A5, 48 and 32. RGB value is (165,72,50). Sum of RGB (Red+Green+Blue) = 165+72+50=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A54832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54832 is #5AB7CD. Grayscale: #616161. Windows color (decimal): -5945294 or 3295397. OLE color: 3295397.

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

Color convert

RGB 165 72 50 -
CMYK 0 0.56 0.70 0.35
HSL 11.48º 0.53% 0.42% -
HSV(B) 11.48º 0.7% 0.65% -
XYZ 18.41 12.86 4.53 -
YUV 97.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 165 72 50 0 0.56 0.70 0.35 11.48 0.53 0.42
Hex A5 48 32 0 38 46 23 B 35 2A
Octal 245 110 62 0 70 106 43 13 65 52
Binary 10100101 1001000 110010 0 111000 1000110 100011 1011 110101 101010

Color Harmonies of #A54832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54832

Black with #A54832

Text Example


Text Example

White with #A54832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54832; }

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

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

background-color css

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

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

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

border-color css

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

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

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