Html Css Color HEX #A14321 Rock Spray

📋 copy color: '#A14321'

red 161 ◦ green 67 ◦ blue 33

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

Shades of Rock Spray #A14321

Tints of Rock Spray #A14321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 61.69%
G = 25.67%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A14321 (or 0xA14321) is known color: Rock Spray. HEX triplet: A1, 43 and 21. RGB value is (161,67,33). Sum of RGB (Red+Green+Blue) = 161+67+33=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A14321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14321 is #5EBCDE. Grayscale: #5B5B5B. Windows color (decimal): -6208735 or 2180001. OLE color: 2180001.

HSL color Cylindrical-coordinate representation of color #A14321: hue angle of 15.94º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A14321 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 67 33 -
CMYK 0 0.58 0.80 0.37
HSL 15.94º 0.66% 0.38% -
HSV(B) 15.94º 0.8% 0.63% -
XYZ 16.98 11.7 2.8 -
YUV 91.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 161 67 33 0 0.58 0.80 0.37 15.94 0.66 0.38
Hex A1 43 21 0 3A 50 25 10 42 26
Octal 241 103 41 0 72 120 45 20 102 46
Binary 10100001 1000011 100001 0 111010 1010000 100101 10000 1000010 100110

Color Harmonies of #A14321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14321

Black with #A14321

Text Example


Text Example

White with #A14321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14321; }

 p { color: rgb(161,67,33); }

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

background-color css

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

 a { background-color: rgb(161,67,33); }

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

border-color css

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

 span { border-color: rgb(161,67,33); }

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