Html Css Color HEX #A34836 Rock Spray

📋 copy color: '#A34836'

red 163 ◦ green 72 ◦ blue 54

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

Shades of Rock Spray #A34836

Tints of Rock Spray #A34836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 54 (21.48% from 255) = 18.69%

R = 56.4%
G = 24.91%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A34836 (or 0xA34836) is known color: Rock Spray. HEX triplet: A3, 48 and 36. RGB value is (163,72,54). Sum of RGB (Red+Green+Blue) = 163+72+54=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A34836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34836 is #5CB7C9. Grayscale: #616161. Windows color (decimal): -6076362 or 3557539. OLE color: 3557539.

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

Color convert

RGB 163 72 54 -
CMYK 0 0.56 0.67 0.36
HSL 9.91º 0.5% 0.43% -
HSV(B) 9.91º 0.67% 0.64% -
XYZ 18.09 12.69 4.99 -
YUV 97.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 163 72 54 0 0.56 0.67 0.36 9.91 0.5 0.43
Hex A3 48 36 0 38 43 24 A 32 2B
Octal 243 110 66 0 70 103 44 12 62 53
Binary 10100011 1001000 110110 0 111000 1000011 100100 1010 110010 101011

Color Harmonies of #A34836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34836

Black with #A34836

Text Example


Text Example

White with #A34836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34836; }

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

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

background-color css

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

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

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

border-color css

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

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

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