#A74025

Color #A74025 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A74025

Tints of Rock Spray #A74025

Color information

#A74025 (or 0xA74025) is unknown color: approx Rock Spray. HEX triplet: A7, 40 and 25. RGB value is (167,64,37). Sum of RGB (Red+Green+Blue) = 167+64+37=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A74025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74025 is #58BFDA. Grayscale: #5B5B5B. Windows color (decimal): -5816283 or 2441383. OLE color: 2441383.

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

Color convert

RGB1676437-
CMYK00.620.780.35
HSL12.46º63.73%40%-
HSV(B)12.46º77.84%65.49%-
XYZ18.112.023.12-
YUV91.7297.12181.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.31%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=62.31%
G=23.88%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167643700.620.780.3512.4663.7340
HexA7402503E4E23c4028
Octal24710045076116431410050
Binary1010011110000001001010111110100111010001111001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74025; }

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

 H1.HeaderClassName
 {
   color: #A74025;
 }
 .AnyTagClassName
 {
   color: #A74025;
 }
</style>
background-color css

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

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

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

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

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

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