Html Css Color HEX #A34629 Rock Spray

📋 copy color: '#A34629'

red 163 ◦ green 70 ◦ blue 41

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

Shades of Rock Spray #A34629

Tints of Rock Spray #A34629

RGB

 RED value IS 163 (64.06% from 255) = 59.49%

 GREEN value IS 70 (27.73% from 255) = 25.55%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 59.49%
G = 25.55%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A34629 (or 0xA34629) is known color: Rock Spray. HEX triplet: A3, 46 and 29. RGB value is (163,70,41). Sum of RGB (Red+Green+Blue) = 163+70+41=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A34629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34629 is #5CB9D6. Grayscale: #5E5E5E. Windows color (decimal): -6076887 or 2705059. OLE color: 2705059.

HSL color Cylindrical-coordinate representation of color #A34629: hue angle of 14.26º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A34629 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 41 -
CMYK 0 0.57 0.75 0.36
HSL 14.26º 0.6% 0.4% -
HSV(B) 14.26º 0.75% 0.64% -
XYZ 17.69 12.33 3.54 -
YUV 94.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 163 70 41 0 0.57 0.75 0.36 14.26 0.6 0.4
Hex A3 46 29 0 39 4B 24 E 3C 28
Octal 243 106 51 0 71 113 44 16 74 50
Binary 10100011 1000110 101001 0 111001 1001011 100100 1110 111100 101000

Color Harmonies of #A34629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34629

Black with #A34629

Text Example


Text Example

White with #A34629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34629; }

 p { color: rgb(163,70,41); }

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

background-color css

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

 a { background-color: rgb(163,70,41); }

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

border-color css

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

 span { border-color: rgb(163,70,41); }

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