#A33618

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

Shades of Rock Spray #A33618

Tints of Rock Spray #A33618

Color information

#A33618 (or 0xA33618) is unknown color: approx Rock Spray. HEX triplet: A3, 36 and 18. RGB value is (163,54,24). Sum of RGB (Red+Green+Blue) = 163+54+24=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A33618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33618 is #5CC9E7. Grayscale: #535353. Windows color (decimal): -6081000 or 1586851. OLE color: 1586851.

HSL color Cylindrical-coordinate representation of color #A33618: hue angle of 12.95º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A33618 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1635424-
CMYK00.670.850.36
HSL12.95º74.33%36.67%-
HSV(B)12.95º85.28%63.92%-
XYZ16.5910.492.01-
YUV83.1794.61184.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=67.63%
G=22.41%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163542400.670.850.3612.9574.3336.67
HexA336180435524d4a25
Octal24366300103125441511245
Binary101000111101101100001000011101010110010011011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33618; }

 p { color: rgb(163,54,24); }

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

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

 a { background-color: rgb(163,54,24); }

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

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

 span { border-color: rgb(163,54,24); }

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