Html Css Color HEX #A34730 Rock Spray

📋 copy color: '#A34730'

red 163 ◦ green 71 ◦ blue 48

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

Shades of Rock Spray #A34730

Tints of Rock Spray #A34730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 57.8%
G = 25.18%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A34730 (or 0xA34730) is known color: Rock Spray. HEX triplet: A3, 47 and 30. RGB value is (163,71,48). Sum of RGB (Red+Green+Blue) = 163+71+48=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A34730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34730 is #5CB8CF. Grayscale: #606060. Windows color (decimal): -6076624 or 3164067. OLE color: 3164067.

HSL color Cylindrical-coordinate representation of color #A34730: hue angle of 12º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A34730 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 71 48 -
CMYK 0 0.56 0.71 0.36
HSL 12º 0.55% 0.41% -
HSV(B) 12º 0.71% 0.64% -
XYZ 17.89 12.51 4.27 -
YUV 95.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 163 71 48 0 0.56 0.71 0.36 12 0.55 0.41
Hex A3 47 30 0 38 47 24 C 37 29
Octal 243 107 60 0 70 107 44 14 67 51
Binary 10100011 1000111 110000 0 111000 1000111 100100 1100 110111 101001

Color Harmonies of #A34730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34730

Black with #A34730

Text Example


Text Example

White with #A34730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34730; }

 p { color: rgb(163,71,48); }

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

background-color css

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

 a { background-color: rgb(163,71,48); }

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

border-color css

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

 span { border-color: rgb(163,71,48); }

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