Html Css Color HEX #A54425 Rock Spray

📋 copy color: '#A54425'

red 165 ◦ green 68 ◦ blue 37

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

Shades of Rock Spray #A54425

Tints of Rock Spray #A54425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

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

R = 61.11%
G = 25.19%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A54425 (or 0xA54425) is known color: Rock Spray. HEX triplet: A5, 44 and 25. RGB value is (165,68,37). Sum of RGB (Red+Green+Blue) = 165+68+37=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A54425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54425 is #5ABBDA. Grayscale: #5D5D5D. Windows color (decimal): -5946331 or 2442405. OLE color: 2442405.

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

Color convert

RGB 165 68 37 -
CMYK 0 0.59 0.78 0.35
HSL 14.53º 0.63% 0.4% -
HSV(B) 14.53º 0.78% 0.65% -
XYZ 17.92 12.27 3.17 -
YUV 93.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 165 68 37 0 0.59 0.78 0.35 14.53 0.63 0.4
Hex A5 44 25 0 3B 4E 23 F 3F 28
Octal 245 104 45 0 73 116 43 17 77 50
Binary 10100101 1000100 100101 0 111011 1001110 100011 1111 111111 101000

Color Harmonies of #A54425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54425

Black with #A54425

Text Example


Text Example

White with #A54425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54425; }

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

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

background-color css

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

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

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

border-color css

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

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

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