Html Css Color HEX #A14733 Rock Spray

📋 copy color: '#A14733'

red 161 ◦ green 71 ◦ blue 51

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

Shades of Rock Spray #A14733

Tints of Rock Spray #A14733

RGB

 RED value IS 161 (63.28% from 255) = 56.89%

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

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 56.89%
G = 25.09%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A14733 (or 0xA14733) is known color: Rock Spray. HEX triplet: A1, 47 and 33. RGB value is (161,71,51). Sum of RGB (Red+Green+Blue) = 161+71+51=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A14733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14733 is #5EB8CC. Grayscale: #5F5F5F. Windows color (decimal): -6207693 or 3360673. OLE color: 3360673.

HSL color Cylindrical-coordinate representation of color #A14733: hue angle of 10.91º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14733 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 51 -
CMYK 0 0.56 0.68 0.37
HSL 10.91º 0.52% 0.42% -
HSV(B) 10.91º 0.68% 0.63% -
XYZ 17.55 12.32 4.59 -
YUV 95.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 161 71 51 0 0.56 0.68 0.37 10.91 0.52 0.42
Hex A1 47 33 0 38 44 25 B 34 2A
Octal 241 107 63 0 70 104 45 13 64 52
Binary 10100001 1000111 110011 0 111000 1000100 100101 1011 110100 101010

Color Harmonies of #A14733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14733

Black with #A14733

Text Example


Text Example

White with #A14733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14733; }

 p { color: rgb(161,71,51); }

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

background-color css

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

 a { background-color: rgb(161,71,51); }

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

border-color css

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

 span { border-color: rgb(161,71,51); }

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