Html Css Color HEX #A54525 Rock Spray

📋 copy color: '#A54525'

red 165 ◦ green 69 ◦ blue 37

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

Shades of Rock Spray #A54525

Tints of Rock Spray #A54525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 60.89%
G = 25.46%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A54525 (or 0xA54525) is known color: Rock Spray. HEX triplet: A5, 45 and 25. RGB value is (165,69,37). Sum of RGB (Red+Green+Blue) = 165+69+37=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A54525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54525 is #5ABADA. Grayscale: #5E5E5E. Windows color (decimal): -5946075 or 2442661. OLE color: 2442661.

HSL color Cylindrical-coordinate representation of color #A54525: hue angle of 15º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A54525 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 37 -
CMYK 0 0.58 0.78 0.35
HSL 15º 0.63% 0.4% -
HSV(B) 15º 0.78% 0.65% -
XYZ 17.98 12.39 3.19 -
YUV 94.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 165 69 37 0 0.58 0.78 0.35 15 0.63 0.4
Hex A5 45 25 0 3A 4E 23 F 3F 28
Octal 245 105 45 0 72 116 43 17 77 50
Binary 10100101 1000101 100101 0 111010 1001110 100011 1111 111111 101000

Color Harmonies of #A54525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54525

Black with #A54525

Text Example


Text Example

White with #A54525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54525; }

 p { color: rgb(165,69,37); }

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

background-color css

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

 a { background-color: rgb(165,69,37); }

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

border-color css

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

 span { border-color: rgb(165,69,37); }

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