Html Css Color HEX #A54025 Rock Spray

📋 copy color: '#A54025'

red 165 ◦ green 64 ◦ blue 37

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

Shades of Rock Spray #A54025

Tints of Rock Spray #A54025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

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

R = 62.03%
G = 24.06%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A54025 (or 0xA54025) is known color: Rock Spray. HEX triplet: A5, 40 and 25. RGB value is (165,64,37). Sum of RGB (Red+Green+Blue) = 165+64+37=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A54025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54025 is #5ABFDA. Grayscale: #5B5B5B. Windows color (decimal): -5947355 or 2441381. OLE color: 2441381.

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

Color convert

RGB 165 64 37 -
CMYK 0 0.61 0.78 0.35
HSL 12.66º 0.63% 0.4% -
HSV(B) 12.66º 0.78% 0.65% -
XYZ 17.68 11.8 3.1 -
YUV 91.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 165 64 37 0 0.61 0.78 0.35 12.66 0.63 0.4
Hex A5 40 25 0 3D 4E 23 D 3F 28
Octal 245 100 45 0 75 116 43 15 77 50
Binary 10100101 1000000 100101 0 111101 1001110 100011 1101 111111 101000

Color Harmonies of #A54025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54025

Black with #A54025

Text Example


Text Example

White with #A54025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54025; }

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

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

background-color css

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

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

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

border-color css

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

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

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