Html Css Color HEX #A54835 Rock Spray

📋 copy color: '#A54835'

red 165 ◦ green 72 ◦ blue 53

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

Shades of Rock Spray #A54835

Tints of Rock Spray #A54835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 56.9%
G = 24.83%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A54835 (or 0xA54835) is known color: Rock Spray. HEX triplet: A5, 48 and 35. RGB value is (165,72,53). Sum of RGB (Red+Green+Blue) = 165+72+53=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A54835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54835 is #5AB7CA. Grayscale: #616161. Windows color (decimal): -5945291 or 3492005. OLE color: 3492005.

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

Color convert

RGB 165 72 53 -
CMYK 0 0.56 0.68 0.35
HSL 10.18º 0.51% 0.43% -
HSV(B) 10.18º 0.68% 0.65% -
XYZ 18.48 12.89 4.88 -
YUV 97.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 165 72 53 0 0.56 0.68 0.35 10.18 0.51 0.43
Hex A5 48 35 0 38 44 23 A 33 2B
Octal 245 110 65 0 70 104 43 12 63 53
Binary 10100101 1001000 110101 0 111000 1000100 100011 1010 110011 101011

Color Harmonies of #A54835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54835

Black with #A54835

Text Example


Text Example

White with #A54835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54835; }

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

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

background-color css

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

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

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

border-color css

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

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

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