#A34226

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

Shades of Rock Spray #A34226

Tints of Rock Spray #A34226

Color information

#A34226 (or 0xA34226) is unknown color: approx Rock Spray. HEX triplet: A3, 42 and 26. RGB value is (163,66,38). Sum of RGB (Red+Green+Blue) = 163+66+38=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A34226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34226 is #5CBDD9. Grayscale: #5C5C5C. Windows color (decimal): -6077914 or 2507427. OLE color: 2507427.

HSL color Cylindrical-coordinate representation of color #A34226: hue angle of 13.44º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A34226 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1636638-
CMYK00.600.770.36
HSL13.44º62.19%39.41%-
HSV(B)13.44º76.69%63.92%-
XYZ17.411.823.2-
YUV91.8197.64178.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=61.05%
G=24.72%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163663800.600.770.3613.4462.1939.41
HexA3422603C4D24d3e27
Octal2431024607411544157647
Binary101000111000010100110011110010011011001001101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34226; }

 p { color: rgb(163,66,38); }

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

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

 a { background-color: rgb(163,66,38); }

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

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

 span { border-color: rgb(163,66,38); }

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